We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc59cd1 commit cb42d70Copy full SHA for cb42d70
sqlite_connection.py
@@ -33,7 +33,6 @@
33
34
class SQLConnection:
35
def __init__(self,path):
36
- super().__init__()
37
self.path = path
38
self.db = None
39
self.model = None
0 commit comments