Spaces:
Building
Building
Update auth_controller.py
Browse files- auth_controller.py +1 -1
auth_controller.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from fastapi import APIRouter, HTTPException, Request, Depends
|
2 |
-
from config_provider import get_config,
|
3 |
from service_config import ServiceConfig
|
4 |
import bcrypt
|
5 |
|
|
|
1 |
from fastapi import APIRouter, HTTPException, Request, Depends
|
2 |
+
from config_provider import get_config, ServiceConfig
|
3 |
from service_config import ServiceConfig
|
4 |
import bcrypt
|
5 |
|