fix: ruff F401 warnings

This commit is contained in:
2024-05-22 02:32:34 +08:00
parent 8e79ffedce
commit 62c80c9955
14 changed files with 70 additions and 18 deletions

View File

@ -1,5 +0,0 @@
from sqlalchemy import Engine, create_engine, inspect
def create_engine_in_memory():
return create_engine("sqlite:///:memory:")