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

@ -64,6 +64,7 @@ class GeneralConfig(BaseModel):
# StorageConfig
########################################################################################
# pylint: disable=too-few-public-methods
class StorageConfig(BaseModel):
path: str = "/srv/libretime"
@ -75,6 +76,7 @@ class StorageConfig(BaseModel):
# DatabaseConfig
########################################################################################
# pylint: disable=too-few-public-methods
class DatabaseConfig(BaseModel):
host: str = "localhost"
@ -94,6 +96,7 @@ class DatabaseConfig(BaseModel):
# RabbitMQConfig
########################################################################################
# pylint: disable=too-few-public-methods
class RabbitMQConfig(BaseModel):
host: str = "localhost"