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 7907291 commit 5c08464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_hana/mq_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from neon_hana.schema.node_model import NodeData
from neon_hana.schema.user_profile import UserProfile
from neon_mq_connector.utils.client_utils import send_mq_request
from neon_users_service.models import User
from neon_data_models.models.user import User


class APIError(HTTPException):
Expand Down

0 comments on commit 5c08464

Please sign in to comment.