New data type for __init__ #45

Merged
Jmaa merged 2 commits from jmaa/issue-40-new-data-type-for-init into main 2025-04-13 22:07:28 +00:00
Showing only changes of commit 4c5d2b08fd - Show all commits

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.