diff --git a/src/sticker_convert/gui_components/windows/discord_get_auth_window.py b/src/sticker_convert/gui_components/windows/discord_get_auth_window.py index 16c59fc..9a72de1 100644 --- a/src/sticker_convert/gui_components/windows/discord_get_auth_window.py +++ b/src/sticker_convert/gui_components/windows/discord_get_auth_window.py @@ -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