Removed dangling semicolon in changes module.

This commit is contained in:
Adam Waldenberg 2017-05-13 16:36:05 +02:00
parent 40cfd0ac84
commit b3fbb3e3c3
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class Changes(object):
return self
except AttributeError:
return other;
return other
def get_commits(self):
return self.commits