style: some weird black code reformatting

This commit is contained in:
Macintxsh 2025-05-21 04:34:01 +03:00
parent 673a3768b8
commit 9ad1ce38ee
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2
5 changed files with 82 additions and 53 deletions

View file

@ -35,7 +35,7 @@ def get_token() -> str:
if os.getenv("BOT_TOKEN") is not None:
return os.getenv("BOT_TOKEN")
if general.token != "":
if general.token is not "":
return general.token
print(