From 32558d15d22c27b2c322f68f5000659c4720702c Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 8 May 2020 00:46:02 -0700 Subject: [PATCH] pygui: removed comment in appconfig --- daemon/core/gui/appconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/core/gui/appconfig.py b/daemon/core/gui/appconfig.py index d1d9bcc2..049b9bfc 100644 --- a/daemon/core/gui/appconfig.py +++ b/daemon/core/gui/appconfig.py @@ -5,7 +5,6 @@ from typing import List, Optional import yaml -# gui home paths from core.gui import themes HOME_PATH = Path.home().joinpath(".coretk")