From 914d910922eae9cda24e9bf927c2c19f41738f8f Mon Sep 17 00:00:00 2001 From: Carl Furtado Date: Tue, 8 Sep 2026 17:04:21 -0400 Subject: [PATCH] clean up constants.py --- src/constants.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/constants.py b/src/constants.py index 2bf35c7..d675096 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,8 +1,4 @@ -import os from os.path import abspath USER_DATA_DIR = abspath("./data-dir") - -PROFILE_NAME = "Default" - - +PROFILE_NAME = "Default" \ No newline at end of file