Skip to content

Commit

Permalink
pylint disable not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 16, 2024
1 parent 3fadd8b commit f1d5cfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinn_utilities/make_tools/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def _mkdir(destination):
if __name__ == '__main__':
_src = sys.argv[1]
_dest = sys.argv[2]
# pylint: disable=invalid-name
if len(sys.argv) > 3:
_new_dict = bool(sys.argv[3])
else:
Expand Down

0 comments on commit f1d5cfa

Please sign in to comment.