From ce8e0273460683fb7be5cb3df0809bb6fa149acc Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 27 Sep 2016 21:42:29 +0200 Subject: [PATCH] stylefix --- tests/cli/test_repair.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/test_repair.py b/tests/cli/test_repair.py index 2328f7f..19fd03c 100644 --- a/tests/cli/test_repair.py +++ b/tests/cli/test_repair.py @@ -1,9 +1,9 @@ # encoding: utf-8 -import pytest - from textwrap import dedent +import pytest + @pytest.mark.parametrize('collection', [None, "foocoll"]) def test_full(tmpdir, runner, collection):