Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elyousfi5 committed Jan 29, 2024
1 parent ec8b585 commit 73eae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/api_manager/osv_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class VulnData:
else None,
)
def query_osv_api(
package_name: str, version: str, ecosystem: str | None = None
package_name: str, version: str, ecosystem: str | None
) -> dict[str, Any] | None:
"""Query the OSV API with the specified version, package name, and ecosystem.
Args:
Expand Down

0 comments on commit 73eae67

Please sign in to comment.