This commit is contained in:
Jon Michael Aanes 2025-04-14 00:27:03 +02:00
parent 041352b122
commit 30a248858c

View File

@ -109,7 +109,9 @@ class GiteaClient:
return issues return issues
def iter_user_repositories( def iter_user_repositories(
self, owner: str, only_those_with_issues: bool = False, self,
owner: str,
only_those_with_issues: bool = False,
) -> Iterator[str]: ) -> Iterator[str]:
""" """
Get a list of repositories for a given user. Get a list of repositories for a given user.