style: format code using black

This commit is contained in:
jo 2023-02-01 11:14:08 +01:00 committed by Jonas L
parent 9c9b06e13e
commit bd76971312
8 changed files with 7 additions and 6 deletions

View file

@ -21,6 +21,7 @@ AnyOutput = Annotated[
Field(discriminator="kind"),
]
# pylint: disable=too-few-public-methods
class FixtureConfig(BaseConfig):
public_url: AnyHttpUrl