We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e391ce commit bad68d0Copy full SHA for bad68d0
src/impl/LleidaHacker/router_v1.py
@@ -4,7 +4,7 @@
4
5
# from services.mail import send_registration_confirmation_email
6
from generated_src.lleida_hack_mail_api_client.models.mail_create import MailCreate
7
-from src.error import AuthenticationException
+from src.error.AuthenticationException import AuthenticationException
8
from src.impl.LleidaHacker.schema import LleidaHackerCreate
9
from src.impl.LleidaHacker.schema import LleidaHackerGet
10
from src.impl.LleidaHacker.schema import LleidaHackerGetAll
0 commit comments