mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-20 10:24:55 +00:00
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:
parent
4e685393de
commit
aa86e211e5
3 changed files with 38 additions and 30 deletions
|
@ -47,9 +47,7 @@ TINYFOX_ANIMALS = [
|
|||
"woof",
|
||||
]
|
||||
|
||||
IMAGE_EXTENSIONS = [
|
||||
"png", "jpg", "jpeg", "webp"
|
||||
]
|
||||
IMAGE_EXTENSIONS = ["png", "jpg", "jpeg", "webp"]
|
||||
|
||||
IMAGE_OVERLAYS = [
|
||||
"bubble",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue