From 5a3bb026d4cd6d7e94802be0eb91556980770e36 Mon Sep 17 00:00:00 2001 From: Natan Keddem Date: Tue, 1 Oct 2024 21:16:16 -0400 Subject: [PATCH] clean up --- autopve/tabs/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autopve/tabs/settings.py b/autopve/tabs/settings.py index 5b46b6b..2169d00 100644 --- a/autopve/tabs/settings.py +++ b/autopve/tabs/settings.py @@ -1,5 +1,4 @@ from typing import Any, Dict, Optional -import json from nicegui import ui from . import Tab from autopve import elements as el