Skip to content

Commit

Permalink
Update missed import refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 4, 2024
1 parent e6a33c9 commit 7907291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_hana/app/routers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from fastapi import APIRouter, Depends
from neon_hana.app.dependencies import jwt_bearer, mq_connector
from neon_hana.schema.user_requests import GetUserRequest, UpdateUserRequest
from neon_users_service.models import User
from neon_data_models.models.user import User

user_route = APIRouter(tags=["user"], dependencies=[Depends(jwt_bearer)])

Expand Down

0 comments on commit 7907291

Please sign in to comment.