mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Remove redundant comment from sqlite.py (#2622)
This commit is contained in:
@@ -21,7 +21,7 @@ class SQLiteFlowPersistence(FlowPersistence):
|
|||||||
moderate performance requirements.
|
moderate performance requirements.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
db_path: str # Type annotation for instance variable
|
db_path: str
|
||||||
|
|
||||||
def __init__(self, db_path: Optional[str] = None):
|
def __init__(self, db_path: Optional[str] = None):
|
||||||
"""Initialize SQLite persistence.
|
"""Initialize SQLite persistence.
|
||||||
|
|||||||
Reference in New Issue
Block a user