Skip to content
Snippets Groups Projects
Commit 5e66b90a authored by Mate Balajti's avatar Mate Balajti
Browse files

fix: update utils.py for Pylint

parent 4a370092
No related branches found
No related tags found
1 merge request!58refactor: update CLI
Pipeline #17238 passed
......@@ -23,5 +23,4 @@ def check_positive(value: str) -> int:
except ValueError as exc:
raise argparse.ArgumentTypeError(f"""Expected positive integer,
got: {value}""") from exc
else:
return ivalue
return ivalue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment