From 05eaf059389a25d16c778ea6861e0836a71184f3 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Wed, 27 Mar 2024 19:41:01 -0400 Subject: [PATCH] [Minor] Remove Unused Import For Now --- ttkHyperlinkLabel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ttkHyperlinkLabel.py b/ttkHyperlinkLabel.py index 0ca87fc7..3b65d6b9 100644 --- a/ttkHyperlinkLabel.py +++ b/ttkHyperlinkLabel.py @@ -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