This commit is contained in:
Jon Michael Aanes 2025-04-13 23:31:01 +02:00
parent ffd5fbb662
commit cd9cf42906

View File

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