Skip to content

Commit c1f7c73

Browse files
committed
fixup! Reformat codebase using ruff.
1 parent 211dc51 commit c1f7c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_connect_should_return_api_client():
1010
def test_api_client_with_bad_args_should_fail():
1111
client = api.connect("random", "token")
1212
with pytest.raises(Exception):
13-
response = client.incidents.list_open_unacked()
13+
client.incidents.list_open_unacked()

0 commit comments

Comments
 (0)