]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Pylint: enable bad-whitespace check
authorMartin Basti <martin.basti@gmail.com>
Sun, 26 Jun 2016 22:29:10 +0000 (00:29 +0200)
committerMartin Basti <martin.basti@gmail.com>
Sun, 26 Jun 2016 23:43:22 +0000 (01:43 +0200)
dns/message.py
pylintrc

index 75f51e7862109c8575769566305952f9036985d0..ff0ea81a3232ffc44b1fb837acd61ce59740617a 100644 (file)
@@ -187,7 +187,7 @@ class Message(object):
     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
index 4a84882648486217cac3885a8fb93e42ff777b2c..befcb733378a83cd4aa775b3d75e9be1dcb31a5c 100644 (file)
--- a/pylintrc
+++ b/pylintrc
@@ -20,7 +20,6 @@ disable=
     attribute-defined-outside-init,
     bad-builtin,
     bad-continuation,
-    bad-whitespace,
     bare-except,
     deprecated-method,
     dict-iter-method,