Spaces:
No application file
No application file
Update get_env_vars.py
Browse files- tools/get_env_vars.py +1 -1
tools/get_env_vars.py
CHANGED
@@ -4,4 +4,4 @@ import os
|
|
4 |
|
5 |
def get_env_vars() -> dict:
|
6 |
"""Get the environment variables."""
|
7 |
-
return dict(os.environ
|
|
|
4 |
|
5 |
def get_env_vars() -> dict:
|
6 |
"""Get the environment variables."""
|
7 |
+
return dict(os.environ)
|