Skip to content

Commit 15748ab

Browse files
author
Saurabh Kumar
committed
Remove used comments
1 parent 802496b commit 15748ab

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

dotenv/cli.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ def cli(ctx, file, quote):
1919
ctx.obj['FILE'] = file
2020
ctx.obj['QUOTE'] = quote
2121

22-
# Need to investigate if this can actually work or if the scope of the new environ variables
23-
# Expires when python exits
24-
25-
# elif action == "load":
26-
# success = load_dotenv(file)
27-
# if success != None:
28-
# click.echo("loaded %s into environment" % file)
29-
# else:
30-
# exit(1)
31-
3222

3323
@cli.command()
3424
@click.pass_context

0 commit comments

Comments
 (0)