From: Bob Halley Date: Thu, 29 Feb 2024 23:28:49 +0000 (-0800) Subject: black lint X-Git-Tag: v2.7.0rc1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a2bc8adbbe6a1603001d9ccead63c1f4f13f7e2;p=thirdparty%2Fdnspython.git black lint --- diff --git a/dns/quic/_sync.py b/dns/quic/_sync.py index a1062f58..63ccd4e7 100644 --- a/dns/quic/_sync.py +++ b/dns/quic/_sync.py @@ -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)