From a4e0bd023b22bd36db1fd4326823d1c3f275d589 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 14 Aug 2024 18:07:15 -0600 Subject: [PATCH] Update src/pyosmeta/github_api.py --- src/pyosmeta/github_api.py | 2 -- 1 file changed, 2 deletions(-) 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 = (