Skip to content

Commit cb42d70

Browse files
committed
remove superfluous super() call
Signed-off-by: Adam McNicol <[email protected]>
1 parent bc59cd1 commit cb42d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite_connection.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
class SQLConnection:
3535
def __init__(self,path):
36-
super().__init__()
3736
self.path = path
3837
self.db = None
3938
self.model = None

0 commit comments

Comments
 (0)