Skip to content

Commit 6047af0

Browse files
authored
remove-unused-parameter (#234)
1 parent c0b37a4 commit 6047af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/updatable_timer/updatable_timer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from updatable_timer.workflow import Workflow
1111

1212

13-
async def test_updatable_timer_workflow(client: Client):
13+
async def test_updatable_timer_workflow():
1414
logging.basicConfig(level=logging.DEBUG)
1515

1616
task_queue_name = str(uuid.uuid4())

0 commit comments

Comments
 (0)