Skip to content

Commit

Permalink
Fix missed import change
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 4, 2024
1 parent fbdc143 commit 7d01620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_users_service/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from neon_users_service.exceptions import (ConfigurationError,
AuthenticationError,
UserNotMatchedError)
from neon_users_service.models import User
from neon_data_models.models.user import User


class NeonUsersService:
Expand Down

0 comments on commit 7d01620

Please sign in to comment.