Skip to content

Commit

Permalink
action.py: Remove unused line (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Aug 10, 2022
1 parent 6257a8a commit 2d48142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.py
Expand Up @@ -49,7 +49,6 @@ def _fatal_help(msg):


inputs = [Path(p).resolve() for p in sys.argv[1].split()]
summary = Path(os.getenv("GITHUB_STEP_SUMMARY")).open("a")

# The arguments we pass into `pip-audit` get built up in this list.
pip_audit_args = [
Expand Down

0 comments on commit 2d48142

Please sign in to comment.