mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fixed flake8 in scripts.
This commit is contained in:
parent
6d1b81d57b
commit
c36e2c68df
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ import sys
|
|||
import time
|
||||
|
||||
# from pprint import pprint
|
||||
import pysollib.games
|
||||
import pysollib.games # noqa: F401
|
||||
import pysollib.games.mahjongg # noqa: F401
|
||||
import pysollib.games.special
|
||||
import pysollib.games.special # noqa: F401
|
||||
from pysollib.gamedb import GAME_DB
|
||||
from pysollib.gamedb import GI
|
||||
from pysollib.mfxutil import latin1_normalize
|
||||
|
|
Loading…
Add table
Reference in a new issue