python: Reformat code with black 22.3.0
Related to T3922
This commit is contained in:
parent
00f1b99ad9
commit
d38e05cff7
37 changed files with 265 additions and 144 deletions
|
@ -51,7 +51,9 @@ class PackagistLister(Lister[PackagistListerState, PackagistPageType]):
|
|||
PACKAGIST_REPO_BASE_URL = "https://repo.packagist.org/p"
|
||||
|
||||
def __init__(
|
||||
self, scheduler: SchedulerInterface, credentials: CredentialsType = None,
|
||||
self,
|
||||
scheduler: SchedulerInterface,
|
||||
credentials: CredentialsType = None,
|
||||
):
|
||||
super().__init__(
|
||||
scheduler=scheduler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue