Skip to content

Commit e0ddf34

Browse files
author
Hugo Chinchilla Carbonell
committed
follow PEP-8
1 parent e88ce39 commit e0ddf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_console_script(cli):
4343
("auto", "HELLO", "HELLO WORLD", 'HELLO="HELLO WORLD"\n'),
4444
)
4545
with cli.isolated_filesystem():
46-
for quote_mode,variable,value,expected_result in TEST_COMBINATIONS:
46+
for quote_mode, variable, value, expected_result in TEST_COMBINATIONS:
4747
sh.touch(dotenv_path)
4848
sh.dotenv('-f', dotenv_path, '-q', quote_mode, 'set', variable, value)
4949
output = sh.cat(dotenv_path)

0 commit comments

Comments
 (0)