]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
lint
authorBob Halley <halley@dnspython.org>
Sun, 19 Jul 2020 14:32:05 +0000 (07:32 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 19 Jul 2020 14:32:05 +0000 (07:32 -0700)
dns/query.py

index b227c53df4ff45556d54958291aee14cba3a57b5..c2f619cf7208f871059044456e597f6f247dba75 100644 (file)
@@ -133,7 +133,7 @@ if hasattr(selectors, 'PollSelector'):
     # be more efficient for high values).
     _selector_class = selectors.PollSelector
 else:
-    _selector_class = selectors.SelectSelector # pragma: no cover
+    _selector_class = selectors.SelectSelector  # pragma: no cover
 
 
 def _wait_for_readable(s, expiration):