Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankith Reddy Chitti authored and Ankith Reddy Chitti committed Aug 31, 2023
1 parent f405903 commit 3ce87a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evadb/third_party/databases/sqlite/sqlite_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __init__(self, name: str, **kwargs):
"""
super().__init__(name)
self.database = kwargs.get("database")
self.connection = None

def connect(self):
"""
Expand Down

0 comments on commit 3ce87a4

Please sign in to comment.