From 3737815264bf52a99d7399219231fe947f3e65a6 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sat, 12 Oct 2024 10:00:52 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20fix=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/api/app/modules/auth/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: