style: format code with black

Format code with black

This commit fixes the style issues introduced in 0c19098 according to the output
from Black.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-09-08 17:44:22 +00:00 committed by GitHub
parent 0c1909807a
commit 3cf308a34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 32 deletions

View file

@ -11,9 +11,34 @@ DISCORD_GUILD_ID = Object(id=1040757387033849976)
DISCORD_TOKEN = get_env_or_error("DISCORD_TOKEN")
TINYFOX_ANIMALS = [
"chi", "bear", "dog", "capy", "caracal", "chee",
"yote", "bleat", "dook", "fox", "yeen", "jaguar",
"leo", "lynx", "mane", "puma", "poss", "ott",
"manul", "marten", "bun", "racc", "wah", "serval",
"shiba", "skunk", "snek", "snep", "tig", "woof",
"chi",
"bear",
"dog",
"capy",
"caracal",
"chee",
"yote",
"bleat",
"dook",
"fox",
"yeen",
"jaguar",
"leo",
"lynx",
"mane",
"puma",
"poss",
"ott",
"manul",
"marten",
"bun",
"racc",
"wah",
"serval",
"shiba",
"skunk",
"snek",
"snep",
"tig",
"woof",
]