Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mesca committed Dec 21, 2022
1 parent 52af7c8 commit 2c8773d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions timeflux/helpers/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
)


def _init_env(file, vars):
load_dotenv(file)
if vars is not None:
for env in vars:
if "=" in env:
env = env.split("=", 1)
os.environ[env[0]] = env[1]


def yaml_to_png(filename, format="png", sort=False):
"""Generate an image from a YAML application file.
Expand Down

0 comments on commit 2c8773d

Please sign in to comment.