Black formatting
This commit is contained in:
parent
c767174439
commit
e1687582ff
1 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,4 @@ from jarvis_core.config import Config
|
|||
|
||||
class TaskConfig(Config):
|
||||
REQUIRED = ["token", "client_id", "mongo", "twitter"]
|
||||
OPTIONAL = {
|
||||
"log_level": "WARNING"
|
||||
}
|
||||
OPTIONAL = {"log_level": "WARNING"}
|
||||
|
|
Loading…
Add table
Reference in a new issue