From 0c8179119171b54fa3848d4aa77ad893f51f68f3 Mon Sep 17 00:00:00 2001 From: luxferre Date: Tue, 9 Jun 2026 14:45:40 +0100 Subject: [PATCH] fix: pycharm import error --- src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.py b/src/utils.py index ebf3ec1..0724011 100644 --- a/src/utils.py +++ b/src/utils.py @@ -1,6 +1,6 @@ from joserfc import jwt, jwk, errors -from auth.exceptions import UnauthorizedException +from src.auth.exceptions import UnauthorizedException from src.config import settings