Skip to content

Commit

Permalink
Merge pull request #299 from jxdv/update-docstring
Browse files Browse the repository at this point in the history
edit docstring param name
  • Loading branch information
christophetd authored Jan 16, 2024
2 parents 1c0e402 + 28cbadc commit 10151b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guarddog/scanners/pypi_project_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_requirements(self, raw_requirements: str) -> dict:
versions of each dependency
Args:
requirements (List[str]): contents of requirements.txt file
raw_requirements (List[str]): contents of requirements.txt file
Returns:
dict: mapping of dependencies to valid versions
Expand Down

0 comments on commit 10151b7

Please sign in to comment.