Skip to content

Commit

Permalink
black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Feb 29, 2024
1 parent e4ef755 commit 3a2bc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns/quic/_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# situations.
socket_factory = socket.socket


class SyncQuicStream(BaseQuicStream):
def __init__(self, connection, stream_id):
super().__init__(connection, stream_id)
Expand Down

0 comments on commit 3a2bc8a

Please sign in to comment.