Loading src/common/database.py +0 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,6 @@ class Database(ABC): self.connection.close() self.connection = None def is_open(self): """Determine if the database is open or not.""" if self.cursor is not None and self.connection is not None: Loading Loading
src/common/database.py +0 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,6 @@ class Database(ABC): self.connection.close() self.connection = None def is_open(self): """Determine if the database is open or not.""" if self.cursor is not None and self.connection is not None: Loading