style: format code with black

Format code with black

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-09-08 20:53:51 +00:00 committed by GitHub
parent 4e685393de
commit aa86e211e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 30 deletions

View file

@ -47,9 +47,7 @@ TINYFOX_ANIMALS = [
"woof",
]
IMAGE_EXTENSIONS = [
"png", "jpg", "jpeg", "webp"
]
IMAGE_EXTENSIONS = ["png", "jpg", "jpeg", "webp"]
IMAGE_OVERLAYS = [
"bubble",