Skip to content

Commit

Permalink
🐛📝 fix no cover showing up in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed May 23, 2024
1 parent 561da84 commit 231625c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ozi.fix.__main__ import main as fix_main # pragma: no cover
from ozi.new.__main__ import main as new_main # pragma: no cover

EPILOG = """ # pragma: no cover
EPILOG = """
METADATA_FIELD choices:
| audience
| environment
Expand All @@ -44,7 +44,7 @@
| tox -e lint run formatting, linting, and typechecking.
| tox -e test run testing and coverage.
| tox -e dist run distribution and packaging.
"""
""" # pragma: no cover

parser = argparse.ArgumentParser(
prog='ozi',
Expand Down

0 comments on commit 231625c

Please sign in to comment.