]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
black lint
authorBob Halley <halley@dnspython.org>
Thu, 7 Mar 2024 13:15:00 +0000 (05:15 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 7 Mar 2024 13:15:00 +0000 (05:15 -0800)
dns/quic/_common.py
dns/quic/_sync.py

index ada6d54e9e23f1440a4cf748cd9a3b525e87c12d..ce575b038959e56380c3d33e53bb778fb5b5684d 100644 (file)
@@ -289,8 +289,6 @@ class BaseQuicManager:
         else:
             token_handler = None
 
-
-
         qconn = aioquic.quic.connection.QuicConnection(
             configuration=conf,
             session_ticket_handler=session_ticket_handler,
index f253806339a1d7d497f59cbe25d73df35bfb3bf2..78f6c5e2db63ac662495950d22448c988a998e18 100644 (file)
@@ -260,7 +260,7 @@ class SyncQuicManager(BaseQuicManager):
         source=None,
         source_port=0,
         want_session_ticket=True,
-        want_token=True
+        want_token=True,
     ):
         with self._lock:
             (connection, start) = self._connect(