Skip to content

Commit 91eba98

Browse files
committed
fix unused argument pylint
1 parent 9a77864 commit 91eba98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_rpc_computations_tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# pylint: disable=unused-argument
2+
13
from collections.abc import Awaitable, Callable
24
from typing import Any
35

0 commit comments

Comments
 (0)