Skip to content

Commit

Permalink
Update src/pyosmeta/github_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Aug 15, 2024
1 parent b3148c8 commit c8b3f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyosmeta/github_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def api_endpoint(self) -> str:

endpoint = self.endpoint_type
# If there is more than one label provided, request all issues
# TODO: this will cause a problem with reviews if there is a presubmission
# and a submission with the same package name
# If there are no labels provided, query all
if not self.labels:
url = (
Expand Down

0 comments on commit c8b3f69

Please sign in to comment.