Remove redundant comment from sqlite.py (#2622)

This commit is contained in:
Vini Brasil
2025-04-16 11:25:41 -03:00
committed by GitHub
parent 6eb4045339
commit 37359a34f0

View File

@@ -21,7 +21,7 @@ class SQLiteFlowPersistence(FlowPersistence):
moderate performance requirements.
"""
db_path: str # Type annotation for instance variable
db_path: str
def __init__(self, db_path: Optional[str] = None):
"""Initialize SQLite persistence.