Skip to content

Commit 9f5c58a

Browse files
committed
linting
1 parent 2d8e082 commit 9f5c58a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qcodes/parameters/command.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ def __init__(
6868
):
6969
self.arg_count = arg_count
7070

71-
if no_cmd_function is not None and not is_function(no_cmd_function, arg_count, coroutine = None):
71+
if no_cmd_function is not None and not is_function(
72+
no_cmd_function, arg_count, coroutine=None
73+
):
7274
raise TypeError(
7375
f"no_cmd_function must be None or a function "
7476
f"taking the same args as the command, not "

0 commit comments

Comments
 (0)