Skip to content
Snippets Groups Projects
Commit dd1f56af authored by ulif's avatar ulif
Browse files

pep8.

Running `pep8` or `flake8` over `tests/` complained about this one
blank line.
parent 81d83afe
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,6 @@ class TestDicewareModule(object): ...@@ -214,7 +214,6 @@ class TestDicewareModule(object):
out, err = capsys.readouterr() out, err = capsys.readouterr()
assert out == 'word1my-delimword1my-delimword1\n' assert out == 'word1my-delimword1my-delimword1\n'
def test_main(self, capsys): def test_main(self, capsys):
# we can get a passphrase # we can get a passphrase
main([]) # call with default options in place main([]) # call with default options in place
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment