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):