Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Sep 21, 2024
1 parent 0d5a1af commit 56fdbaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysollib/tile/selectgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# ---------------------------------------------------------------------------

import os
from collections import UserList
import tkinter
from collections import UserList

from pysollib.gamedb import GI
from pysollib.mfxutil import KwStruct, Struct, destruct
Expand Down
2 changes: 1 addition & 1 deletion pysollib/tk/tkwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# ---------------------------------------------------------------------------

import time
import traceback
import tkinter
import traceback

from pysollib.mfxutil import KwStruct, destruct, kwdefault, openURL
from pysollib.mygettext import _
Expand Down
2 changes: 1 addition & 1 deletion scripts/cardset_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Arrow up/down flip through the sets

import os
from glob import glob
import tkinter
from glob import glob

from PIL import Image, ImageTk

Expand Down

0 comments on commit 56fdbaf

Please sign in to comment.