Skip to content

Commit

Permalink
black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Mar 7, 2024
1 parent 0ec74e5 commit 40722b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dns/quic/_common.py
Expand Up @@ -289,8 +289,6 @@ def _connect(
else:
token_handler = None



qconn = aioquic.quic.connection.QuicConnection(
configuration=conf,
session_ticket_handler=session_ticket_handler,
Expand Down
2 changes: 1 addition & 1 deletion dns/quic/_sync.py
Expand Up @@ -260,7 +260,7 @@ def connect(
source=None,
source_port=0,
want_session_ticket=True,
want_token=True
want_token=True,
):
with self._lock:
(connection, start) = self._connect(
Expand Down

0 comments on commit 40722b9

Please sign in to comment.