Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Nov 9, 2023
1 parent 7ae0a3b commit 8349a4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/gitea.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"""

import logging
from concurrent.futures import ThreadPoolExecutor
from typing import Any
from urllib.parse import urlparse, parse_qs

from concurrent.futures import ThreadPoolExecutor
from requests.utils import parse_header_links
from requests.exceptions import RequestException

Expand Down Expand Up @@ -88,8 +88,6 @@ def _get_user_issues(self, query: dict[str, Any]) -> list[Issue]:
]

def get_user_issues(self) -> list[Issue]:
# Not possible to filter issues by username because of:
# https://github.com/go-gitea/gitea/issues/25979
queries = [
{"assigned": True},
{"created": True},
Expand Down

0 comments on commit 8349a4c

Please sign in to comment.