fix: rename auth module to auth_service to resolve circular import
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
from pydantic import BaseModel
|
||||
import pyotp
|
||||
import auth
|
||||
import auth_service as auth
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user