diff --git a/src/pyosmeta/github_api.py b/src/pyosmeta/github_api.py index 25c1665..a653ce7 100644 --- a/src/pyosmeta/github_api.py +++ b/src/pyosmeta/github_api.py @@ -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 = (