style: format code using black
This commit is contained in:
parent
9c9b06e13e
commit
bd76971312
8 changed files with 7 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue