1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

Formatting

This commit is contained in:
Jörn-Michael Miehe 2021-08-17 01:36:37 +02:00
parent 0bf27770b3
commit 7ed1981588
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
from .book import Book from .book import Book
from .opus import Opus
from .card import Card from .card import Card
from .carddb import CardDB from .carddb import CardDB
from .opus import Opus
__all__ = ["Book", "Opus", "Card", "CardDB"] __all__ = ["Book", "Opus", "Card", "CardDB"]

View file

@ -4,7 +4,6 @@ import yaml
from PIL import Image from PIL import Image
from .cards import Cards from .cards import Cards
from .code import Code
from .grid import Grid from .grid import Grid
from .imageloader import ImageLoader from .imageloader import ImageLoader

View file

@ -75,7 +75,7 @@ def main() -> None:
] ]
# add in the opus_filter for all elemental decks # add in the opus_filter for all elemental decks
filters = list(zip([opus_filter]*len(element_filters), element_filters)) filters = list(zip([opus_filter] * len(element_filters), element_filters))
# make the decks # make the decks
for f in filters: for f in filters: