Skip to content

Commit b3fbb3e

Browse files
Removed dangling semicolon in changes module.
1 parent 40cfd0a commit b3fbb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitinspector/changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def __iadd__(self, other):
245245

246246
return self
247247
except AttributeError:
248-
return other;
248+
return other
249249

250250
def get_commits(self):
251251
return self.commits

0 commit comments

Comments
 (0)