refactor(database): update import to use direct get_session import
This commit is contained in:
parent
dd65ae4d96
commit
e51a5e0a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import asyncio
|
||||
import sys
|
||||
from database.db_config import get_session
|
||||
from database import get_session
|
||||
from database.models.api_key import SwaggerUser, ApiKey
|
||||
from services.api_key import ApiKeyService
|
||||
from security.auth import hash_password
|
||||
|
|
|
|||
Loading…
Reference in a new issue