fix: rename auth module to auth_service to resolve circular import
This commit is contained in:
@@ -7,7 +7,7 @@ from collections import Counter
|
||||
from fastapi import WebSocket, Query
|
||||
import asyncssh
|
||||
import config
|
||||
import auth
|
||||
import auth_service as auth
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user