瀏覽代碼

removed not needed environmental variables

Mattia Tantardini 3 年之前
父節點
當前提交
ea9f729dac
共有 1 個文件被更改,包括 0 次插入13 次删除
  1. 0 13
      examples/streamlit/src/config.py

+ 0 - 13
examples/streamlit/src/config.py

@@ -1,13 +0,0 @@
-import os
-
-
-class EnvironmentalVariableNames:
-    """ Defines the names of the environmental variables used in the code and useful shortcuts"""
-
-    # Environmental variables
-    WORKING_DIR = "WORKING_DIR"
-
-
-def get_env(env_var):
-    """ Returns the value of the environment variable env_var """
-    return os.environ[env_var]