mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-12-23 06:02:15 +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
|
return self
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return other;
|
return other
|
||||||
|
|
||||||
def get_commits(self):
|
def get_commits(self):
|
||||||
return self.commits
|
return self.commits
|
||||||
|
|
Loading…
Reference in a new issue