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