python: Fix black formatting after bump to 23.1.0 in pre-commit
This commit is contained in:
parent
ac52cfed21
commit
714fccc3c7
19 changed files with 0 additions and 22 deletions
|
@ -98,7 +98,6 @@ class GogsLister(Lister[GogsListerState, GogsListerPage]):
|
|||
|
||||
self.api_token = api_token
|
||||
if self.api_token is None:
|
||||
|
||||
if len(self.credentials) > 0:
|
||||
cred = random.choice(self.credentials)
|
||||
username = cred.get("username")
|
||||
|
@ -128,7 +127,6 @@ class GogsLister(Lister[GogsListerState, GogsListerPage]):
|
|||
def page_request(
|
||||
self, url: str, params: Dict[str, Any]
|
||||
) -> Tuple[Dict[str, Any], Dict[str, Any]]:
|
||||
|
||||
logger.debug("Fetching URL %s with params %s", url, params)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue