Skip to content

Commit

Permalink
remove superfluous super() call
Browse files Browse the repository at this point in the history
Signed-off-by: Adam McNicol <[email protected]>
  • Loading branch information
MrAGi committed Feb 11, 2014
1 parent bc59cd1 commit cb42d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlite_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

class SQLConnection:
def __init__(self,path):
super().__init__()
self.path = path
self.db = None
self.model = None
Expand Down

0 comments on commit cb42d70

Please sign in to comment.