1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

ttkHyperlinkLabel: Remove un-used typing.Optional import

This commit is contained in:
Athanasius 2022-12-22 17:41:35 +00:00
parent 46d518986c
commit 5609b908fb
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -19,7 +19,7 @@ import tkinter as tk
import webbrowser
from tkinter import font as tk_font
from tkinter import ttk
from typing import TYPE_CHECKING, Any, Optional
from typing import TYPE_CHECKING, Any
if TYPE_CHECKING:
def _(x: str) -> str: ...