Skip to content

Commit c9ec8a3

Browse files
committed
ci: Format code
1 parent 972cbe1 commit c9ec8a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Generate
44
on:
55
push:
66
branches:
7-
- no-branch-will-match-this-pattern
7+
- no-branch-will-match-this-pattern
88
workflow_dispatch: {}
99

1010
jobs:

test/wait_for_action_attempt_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ async def test_wait_for_action_attempt_rejects_when_action_attempt_fails(server)
188188

189189

190190
@pytest.mark.asyncio
191-
async def test_wait_for_action_attempt_times_out_if_waiting_for_polling_interval(server):
191+
async def test_wait_for_action_attempt_times_out_if_waiting_for_polling_interval(
192+
server,
193+
):
192194
endpoint, seed = server
193195
seam = Seam.from_api_key(
194196
seed["seam_apikey1_token"], endpoint=endpoint, wait_for_action_attempt=False

0 commit comments

Comments
 (0)