1
0
Fork 0
forked from sr2/cloud-api

fix: pycharm import error

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