Commit 9e76372d authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

pylint/flake8

parent 4f9820b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: