]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
black lint
authorBob Halley <halley@dnspython.org>
Thu, 29 Feb 2024 23:28:49 +0000 (15:28 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 29 Feb 2024 23:28:49 +0000 (15:28 -0800)
dns/quic/_sync.py

index a1062f5869d827015be319f63656bba9e90d7c31..63ccd4e7aec2f9a8d7ef0b20fe1f05a566fd4975 100644 (file)
@@ -25,6 +25,7 @@ from dns.quic._common import (
 # situations.
 socket_factory = socket.socket
 
+
 class SyncQuicStream(BaseQuicStream):
     def __init__(self, connection, stream_id):
         super().__init__(connection, stream_id)