Skip to content

Commit fed5304

Browse files
committed
Remove Python 3.12 syntax
1 parent a684ef1 commit fed5304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def run_server():
5353
tg.start_soon(run_server)
5454

5555
await client_session.initialize()
56-
except* anyio.ClosedResourceError:
56+
except anyio.ClosedResourceError:
5757
pass
5858

5959
assert received_initialized

0 commit comments

Comments
 (0)