Skip to content

Commit 365395a

Browse files
committed
Format Iroh loopback test
1 parent bee719e commit 365395a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_iroh_transport.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ def serve() -> None:
200200
thread.start()
201201
uri = f"iroh://{endpoint.id().to_bytes().hex()}"
202202
direct_addresses = [
203-
address.replace("0.0.0.0:", "127.0.0.1:").replace("[::]:", "[::1]:")
204-
for address in endpoint.bound_sockets()
203+
address.replace("0.0.0.0:", "127.0.0.1:").replace("[::]:", "[::1]:") for address in endpoint.bound_sockets()
205204
]
206205
with iroh_connect(
207206
RpcFixtureService,

0 commit comments

Comments
 (0)