Skip to content

Commit

Permalink
Fix incomplete docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 committed Oct 30, 2024
1 parent f6c607a commit db1df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainframe/endpoints/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def validate_package(name: str, version: str, scans: Sequence[Scan]) -> Scan:
`Scan`: The validated `Scan` object
Raises:
PackageNotFound: The given name and version combination
PackageNotFound: The given name and version combination was not found
PackageAlreadyReported: The package was already reported
"""

Expand Down

0 comments on commit db1df6c

Please sign in to comment.