Skip to content

Commit

Permalink
Appease mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 16, 2023
1 parent 7964cea commit 5223b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/_tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def connect(

if __name__ == "__main__":
tunnel = _ViserTunnel(8080)
print(tunnel.on_connect(lambda: None))
tunnel.on_connect(lambda: None)

time.sleep(2.0)
print("Trying to close")
Expand Down

0 comments on commit 5223b10

Please sign in to comment.