Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Jul 2, 2024
1 parent a7c2d74 commit 0943be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concatenator/harmony/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def main(config: harmony.util.Config = None) -> None:
parser.error("Only --harmony CLIs are supported")


if __name__ == "__main__": # pragma: no cover
if __name__ == "__main__":
main()

0 comments on commit 0943be8

Please sign in to comment.