Skip to content

Commit 3737815

Browse files
committed
chore: 🧹 fix example
1 parent 08ca3f2 commit 3737815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/app/modules/auth/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from example.app.modules.auth.db.session import Session, User
1+
from examples.api.app.modules.auth.db.session import Session, User
22

33

44
class AuthService:

0 commit comments

Comments
 (0)