diff --git a/examples/api/app/modules/auth/service.py b/examples/api/app/modules/auth/service.py index cf4f490..05b37ae 100644 --- a/examples/api/app/modules/auth/service.py +++ b/examples/api/app/modules/auth/service.py @@ -1,4 +1,4 @@ -from example.app.modules.auth.db.session import Session, User +from examples.api.app.modules.auth.db.session import Session, User class AuthService: