From dd1f56af306feb48cb0a7bbc7295051dc536087f Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Sat, 30 Apr 2016 12:10:08 +0200 Subject: [PATCH] pep8. Running `pep8` or `flake8` over `tests/` complained about this one blank line. --- tests/test_diceware.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_diceware.py b/tests/test_diceware.py index 46b6d45..b983d4c 100644 --- a/tests/test_diceware.py +++ b/tests/test_diceware.py @@ -214,7 +214,6 @@ class TestDicewareModule(object): out, err = capsys.readouterr() assert out == 'word1my-delimword1my-delimword1\n' - def test_main(self, capsys): # we can get a passphrase main([]) # call with default options in place -- GitLab