Skip to content

Commit

Permalink
Simplify __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Dec 22, 2023
1 parent 052c451 commit defaf37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/CSET/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@

"""Command line entrypoint.
This is only used when running ``python3 -m cset``.
This is only used when running ``python3 -m CSET``.
"""

import sys

from CSET import main

sys.exit(main())
main()

0 comments on commit defaf37

Please sign in to comment.