Skip to content

Commit 2d48142

Browse files
authored
action.py: Remove unused line (#25)
1 parent 6257a8a commit 2d48142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def _fatal_help(msg):
4949

5050

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

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

0 commit comments

Comments
 (0)