fix: rename auth module to auth_service to resolve circular import
This commit is contained in:
@@ -6,7 +6,7 @@ from typing import Set
|
||||
import json
|
||||
import asyncio
|
||||
import logging
|
||||
from auth import get_current_user_ws
|
||||
from auth_service import get_current_user_ws
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user