1 parent e6431d9 commit 3f3822bCopy full SHA for 3f3822b
2 files changed
backend/app/repositories/__init__.py
@@ -1,3 +1,3 @@
1
from .user_repository import UserRepository
2
3
-__all__ = ["UserRepository"]
+__all__ = ["UserRepository"]
backend/app/services/__init__.py
@@ -1,4 +1,4 @@
from .auth_service import AuthService
from .user_service import UserService
4
-__all__ = ["AuthService", "UserService"]
+__all__ = ["AuthService", "UserService"]
0 commit comments