Skip to content

Commit

Permalink
fix: avoid passing loop to staggered.staggered_race (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 26, 2024
1 parent b5192ad commit 5f80b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aiohappyeyeballs/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async def start_connection(
for addrinfo in addr_infos
),
happy_eyeballs_delay,
loop=current_loop,
)

if sock is None:
Expand Down

0 comments on commit 5f80b79

Please sign in to comment.