Explorar o código

removed not needed environmental variables

Mattia Tantardini %!s(int64=3) %!d(string=hai) anos
pai
achega
ea9f729dac
Modificáronse 1 ficheiros con 0 adicións e 13 borrados
  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]