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
|
@ -106,7 +106,6 @@ class NpmLister(Lister[NpmListerState, List[Dict[str, Any]]]):
|
|||
last_package_id = str(self.state.last_seq)
|
||||
|
||||
while True:
|
||||
|
||||
response = self.http_request(
|
||||
self.url, params=self.request_params(last_package_id)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue