mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
fix for ruff
This commit is contained in:
@@ -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