Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nocover statement
Browse files Browse the repository at this point in the history
pquentin committed Oct 4, 2024
1 parent fa6a343 commit 6245f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trustme/_cli.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@


def main(argv: Optional[List[str]] = None) -> None:
if argv is None:
if argv is None: # pragma: no cover
argv = sys.argv[1:]

parser = argparse.ArgumentParser(prog="trustme")

0 comments on commit 6245f96

Please sign in to comment.