From: Bob Halley Date: Sun, 19 Jul 2020 14:32:05 +0000 (-0700) Subject: lint X-Git-Tag: v2.1.0rc1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9adb75959c600c2b6b134efc7a885a374619bcb;p=thirdparty%2Fdnspython.git lint --- diff --git a/dns/query.py b/dns/query.py index b227c53d..c2f619cf 100644 --- a/dns/query.py +++ b/dns/query.py @@ -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):