fix: rename auth module to auth_service to resolve circular import
This commit is contained in:
@@ -9,7 +9,7 @@ from slowapi import Limiter
|
||||
from slowapi.util import get_remote_address
|
||||
import jwt
|
||||
import config
|
||||
import auth
|
||||
import auth_service as auth
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user