summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/runtime_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'py_modules/lsfg_vk/runtime_service.py')
-rw-r--r--py_modules/lsfg_vk/runtime_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py_modules/lsfg_vk/runtime_service.py b/py_modules/lsfg_vk/runtime_service.py
index a61220e..8785522 100644
--- a/py_modules/lsfg_vk/runtime_service.py
+++ b/py_modules/lsfg_vk/runtime_service.py
@@ -24,7 +24,7 @@ class RuntimeService(BaseService):
HOME=str(self.user_home),
XDG_CONFIG_HOME=str(self.user_home / ".config"),
)
- for name in ("LSFGVK_CONFIG", "LSFGVK_PROFILE", "LSFGVK_ENV"):
+ for name in ("LSFGVK_CONFIG", "LSFGVK_ENV"):
environment.pop(name, None)
return environment