mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Removed dangling semicolon in changes module.
This commit is contained in:
parent
40cfd0ac84
commit
b3fbb3e3c3
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class Changes(object):
|
|||
|
||||
return self
|
||||
except AttributeError:
|
||||
return other;
|
||||
return other
|
||||
|
||||
def get_commits(self):
|
||||
return self.commits
|
||||
|
|
Loading…
Reference in a new issue