style: format code with black

Format code with black

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-09-09 19:52:26 +00:00 committed by GitHub
parent c359356f4b
commit b3bd795e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,11 @@ import os
import dotenv
from discord import Object
DISCORD_TOKEN = dotenv.dotenv_values(".env").get("DISCORD_TOKEN") or os.environ.get("DISCORD_TOKEN") or None
DISCORD_TOKEN = (
dotenv.dotenv_values(".env").get("DISCORD_TOKEN")
or os.environ.get("DISCORD_TOKEN")
or None
)
DISCORD_GUILD_ID = Object(id=1040757387033849976)
LYNXIE_PREFIX = "?"