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

flake8,

parent d4097709
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ def argv_handler(request):
def wordlists_dir(request, monkeypatch, tmpdir):
"""This fixture provides a temporary wordlist dir.
"""
monkeypatch.setattr("diceware.wordlist.get_wordlists_dir", lambda: str(tmpdir))
monkeypatch.setattr(
"diceware.wordlist.get_wordlists_dir", lambda: str(tmpdir))
return tmpdir
......
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