Skip to content

Commit

Permalink
Fixed flake8 in scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Feb 1, 2024
1 parent 6d1b81d commit c36e2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/all_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
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
Expand Down

0 comments on commit c36e2c6

Please sign in to comment.