Skip to content

Commit

Permalink
fix: address pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
OdoctorG committed Jul 4, 2024
1 parent 0f6b5da commit c64617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/subscribe-to-scripted-signal/subscribe_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run(


class ScriptPathArgument(argparse.Action):
# pylint: disable=R0913
# pylint: disable=R0903
# pylint: disable=W0222
def __call__(self, _parser: Any, namespace: Any, value: Any, _option: Any) -> None: # type: ignore
print("Script path in use:", value)
Expand Down

0 comments on commit c64617b

Please sign in to comment.