mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
stylefix
This commit is contained in:
parent
eb5e112293
commit
ce8e027346
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue