mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
remove unused loop
This commit is contained in:
@@ -85,8 +85,6 @@ async def run_async_migrations() -> None:
|
||||
def run_migrations_online() -> None:
|
||||
"""Run migrations in 'online' mode with async support."""
|
||||
try:
|
||||
# Try to get existing event loop
|
||||
loop = asyncio.get_running_loop()
|
||||
# Event loop is already running, schedule and run the coroutine
|
||||
import concurrent.futures
|
||||
|
||||
|
||||
Reference in New Issue
Block a user