]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
continued line lint
authorBob Halley <halley@dnspython.org>
Mon, 1 Jun 2020 17:38:29 +0000 (10:38 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 1 Jun 2020 17:38:29 +0000 (10:38 -0700)
dns/query.py

index 8ae073f16d2c4786405e2e7ee8a8deb427e258f4..0ccbcc9ce013c3f72c2c6cbd887d68472e8e4750 100644 (file)
@@ -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: