Skip to content

Commit a4bb80e

Browse files
committed
check for unused keywords
1 parent 33a0744 commit a4bb80e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

control/iosys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,6 @@ def _parse_signal_parameter(value, name, kwargs, end=False):
22242224

22252225
if end and kwargs:
22262226
raise TypeError("unrecognized keywords: ", str(kwargs))
2227-
22282227
return value
22292228

22302229

0 commit comments

Comments
 (0)