fixed linting

This commit is contained in:
Saifeddine ALOUI
2025-02-19 20:50:39 +01:00
parent 29cc12b56c
commit 45ee4dd08c
5 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ if not pm.is_installed("sqlalchemy"):
from sqlalchemy import create_engine, text
class TiDB:
def __init__(self, config, **kwargs):
self.host = config.get("host", None)