From: Bob Halley Date: Mon, 1 Jun 2020 17:38:29 +0000 (-0700) Subject: continued line lint X-Git-Tag: v2.0.0rc1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cde39e6724e424daf7cd5eec617c2084a20a799;p=thirdparty%2Fdnspython.git continued line lint --- diff --git a/dns/query.py b/dns/query.py index 8ae073f1..0ccbcc9c 100644 --- a/dns/query.py +++ b/dns/query.py @@ -791,7 +791,7 @@ def tls(q, where, timeout=None, port=853, source=None, source_port=0, wire = q.to_wire() (begin_time, expiration) = _compute_times(timeout) (af, destination, source) = _destination_and_source(None, where, port, - source, source_port) + source, source_port) if ssl_context is None and not sock: ssl_context = ssl.create_default_context() if server_hostname is None: