Skip to content

Commit

Permalink
Refactor imports to troubleshoot circular import exception noted in h…
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 19, 2024
1 parent b34492b commit 47a5ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_users_service/databases/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod

from neon_users_service.exceptions import UserNotFoundError, UserExistsError
from neon_data_models.models.user.database import User
from neon_data_models.models.user import User


class UserDatabase(ABC):
Expand Down

0 comments on commit 47a5ce8

Please sign in to comment.