Fix auth hashing and lobby runtime handling
Some checks failed
ci / tests (push) Has been cancelled

This commit is contained in:
dan
2025-12-25 03:30:51 +03:00
parent 46a07f548b
commit e5e52ed1fe
5 changed files with 20 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ from typing import Generator
import pytest
from sqlalchemy import create_engine
from sqlalchemy.orm import Session, sessionmaker
from sqlmodel import SQLModel
from sqlalchemy.orm import sessionmaker
from sqlmodel import SQLModel, Session
@pytest.fixture(scope="session")