From 325a0c171b053ef14ad3e5d571c46bdaf126e503 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 5 Mar 2026 16:38:53 -0500 Subject: [PATCH] refactor(gui_2): Remove unused asyncio import --- src/gui_2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui_2.py b/src/gui_2.py index 8a3a3dd..0d5b64d 100644 --- a/src/gui_2.py +++ b/src/gui_2.py @@ -2,7 +2,6 @@ from __future__ import annotations import tomli_w import threading -import asyncio import time import math import json