python: Fix black formatting after bump to 23.1.0 in pre-commit

This commit is contained in:
David Douard 2023-12-05 10:33:07 +01:00
parent ac52cfed21
commit 714fccc3c7
19 changed files with 0 additions and 22 deletions

View file

@ -99,7 +99,6 @@ class NewForgeLister(Lister[NewForgeListerState, NewForgeListerPage]):
assert self.lister_obj.id is not None
for element in page:
yield ListedOrigin(
# Required. Should use this value.
lister_id=self.lister_obj.id,