Skip to content

Commit 2a2de48

Browse files
author
Hugo Chinchilla Carbonell
committed
pass flake8 tests
1 parent e0ddf34 commit 2a2de48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_console_script(cli):
5050
assert output == expected_result
5151
sh.rm(dotenv_path)
5252

53-
5453
# should fail for not existing file
5554
result = cli.invoke(dotenv.cli.set, ['my_key', 'my_value'])
5655
assert result.exit_code != 0

0 commit comments

Comments
 (0)