From 3a2bc8adbbe6a1603001d9ccead63c1f4f13f7e2 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 29 Feb 2024 15:28:49 -0800 Subject: [PATCH] black lint --- dns/quic/_sync.py | 1 + 1 file changed, 1 insertion(+) 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 @@ # situations. socket_factory = socket.socket + class SyncQuicStream(BaseQuicStream): def __init__(self, connection, stream_id): super().__init__(connection, stream_id)