Skip to content

Commit 4d49422

Browse files
authored
Fix ruff
1 parent 58d2e6b commit 4d49422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/abc/test_broker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def test_task() -> None: ...
8484

8585
@pytest.mark.anyio
8686
@pytest.mark.parametrize(
87-
('is_worker_process', 'startup', 'shutdown'),
87+
("is_worker_process", "startup", "shutdown"),
8888
[
8989
(True, TaskiqEvents.WORKER_STARTUP, TaskiqEvents.WORKER_SHUTDOWN),
9090
(False, TaskiqEvents.CLIENT_STARTUP, TaskiqEvents.CLIENT_SHUTDOWN),
@@ -122,7 +122,7 @@ async def track_shutdown(state: TaskiqState) -> None:
122122

123123
@pytest.mark.anyio
124124
@pytest.mark.parametrize(
125-
('is_worker_process', 'startup', 'shutdown'),
125+
("is_worker_process", "startup", "shutdown"),
126126
[
127127
(True, TaskiqEvents.WORKER_STARTUP, TaskiqEvents.WORKER_SHUTDOWN),
128128
(False, TaskiqEvents.CLIENT_STARTUP, TaskiqEvents.CLIENT_SHUTDOWN),

0 commit comments

Comments
 (0)