Skip to content

Commit

Permalink
fix: clean comments in to_ict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovelezr committed Mar 19, 2024
1 parent 5f25321 commit 29f2a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion to_ict.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def main(
ict_ = ICT.from_wipp(manifest)
yaml_path = ict_.save_yaml(manifest.with_name("ict.yaml"))
validate(yaml_path)
# TODO remove null
converted += 1

except BaseException as e:
Expand Down

0 comments on commit 29f2a7a

Please sign in to comment.