Fix comment issues (E26x).

This commit is contained in:
Dave Halter
2017-07-08 13:57:39 +02:00
parent a5ea2f7add
commit 65168577cf
11 changed files with 113 additions and 36 deletions

View File

@@ -64,6 +64,9 @@ class Issue(object):
def __hash__(self):
return hash((self.code, self.start_pos))
def __repr__(self):
return '<%s: %s>' % (self.__class__.__name__, self.code)
class Rule(object):