Skip to content

Commit

Permalink
add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Sep 1, 2023
1 parent 5ac5906 commit a7f7fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evadb/third_party/databases/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class DBHandler:

def __init__(self, name: str, **kwargs):
self.name = name
self.connection = None

def connect(self):
"""
Expand Down

0 comments on commit a7f7fa9

Please sign in to comment.