Logging lines must not use f-strings. #52

Closed
Jmaa wants to merge 2 commits from jmaa/issue-39-logging-lines-must-not-use-fstrings into main
Showing only changes of commit 30a248858c - 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.