fix: ruff lint + format fixes in tests, ESLint fixes in frontend
This commit is contained in:
@@ -34,6 +34,7 @@ TEST_DATABASE_URL = (
|
||||
@pytest.fixture
|
||||
def event_loop():
|
||||
import asyncio
|
||||
|
||||
loop = asyncio.new_event_loop()
|
||||
yield loop
|
||||
loop.close()
|
||||
|
||||
Reference in New Issue
Block a user