Skip to content

Commit ecfd57f

Browse files
committed
ruff format
1 parent d8c773c commit ecfd57f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,6 @@ def get_client():
785785

786786
first_client = clients[0]
787787
for client in clients[1:]:
788-
assert (
789-
client is first_client
790-
), "All concurrent calls should return the same instance"
788+
assert client is first_client, (
789+
"All concurrent calls should return the same instance"
790+
)

0 commit comments

Comments
 (0)