From 43e594fb435c487ef81b7de72a7decfc6ab3edd1 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 24 Jan 2015 20:20:24 +0100 Subject: [PATCH] Style fixes --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 5cc63c9..9152fc2 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -501,7 +501,7 @@ def test_ident_conflict(tmpdir, runner): '''.format(base=str(tmpdir)))) foo = tmpdir.mkdir('foo') - bar = tmpdir.mkdir('bar') + tmpdir.mkdir('bar') foo.join('one.txt').write('UID:1') foo.join('two.txt').write('UID:1')