fix: pycharm import error
Some checks failed
ci / lint_and_test (push) Failing after 8s

This commit is contained in:
Chris Milne 2026-06-09 14:45:40 +01:00
parent 76e889d836
commit 0c81791191

View file

@ -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