Skip to content

Commit

Permalink
Remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 10, 2024
1 parent b0a43e4 commit f1775c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from threading import Thread
from typing import Any

from ttkbootstrap import Button, Frame, Label, Toplevel # type: ignore
from ttkbootstrap import Button, Frame, Label # type: ignore

from sticker_convert.gui_components.gui_utils import GUIUtils
from sticker_convert.gui_components.windows.base_window import BaseWindow
Expand Down

0 comments on commit f1775c2

Please sign in to comment.