Skip to content

Commit

Permalink
Pylint: enable bad-whitespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBasti committed Jun 26, 2016
1 parent c0b56fc commit 1e7ba5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dns/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __repr__(self):
def __str__(self):
return self.to_text()

def to_text(self, origin=None, relativize=True, **kw):
def to_text(self, origin=None, relativize=True, **kw):
"""Convert the message to text.
The I{origin}, I{relativize}, and any other keyword
Expand Down
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ disable=
attribute-defined-outside-init,
bad-builtin,
bad-continuation,
bad-whitespace,
bare-except,
deprecated-method,
dict-iter-method,
Expand Down

0 comments on commit 1e7ba5b

Please sign in to comment.