mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-11 09:44:58 +02:00
fix for ruff
This commit is contained in:
+4
-2
@@ -20,9 +20,11 @@ The script will:
|
||||
|
||||
import asyncio
|
||||
import time
|
||||
from meshview.config import CONFIG
|
||||
from sqlalchemy.ext.asyncio import create_async_engine
|
||||
|
||||
from sqlalchemy import text
|
||||
from sqlalchemy.ext.asyncio import create_async_engine
|
||||
|
||||
from meshview.config import CONFIG
|
||||
|
||||
|
||||
async def add_indexes():
|
||||
|
||||
Reference in New Issue
Block a user