1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

[Minor] Remove Unused Import

For Now
This commit is contained in:
David Sangrey 2024-03-27 19:41:01 -04:00
parent 57cd75e75e
commit 05eaf05938
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -22,7 +22,6 @@ from __future__ import annotations
import sys
import tkinter as tk
import warnings
import webbrowser
from tkinter import font as tk_font
from tkinter import ttk