mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix style
This commit is contained in:
parent
53414f5bee
commit
1f8593ebbf
1 changed files with 3 additions and 2 deletions
|
|
@ -2,11 +2,12 @@
|
|||
|
||||
from textwrap import dedent
|
||||
|
||||
import vdirsyncer.cli as cli
|
||||
|
||||
from click.testing import CliRunner
|
||||
|
||||
import pytest
|
||||
|
||||
import vdirsyncer.cli as cli
|
||||
|
||||
|
||||
def test_simple_run(tmpdir, runner):
|
||||
runner.write_with_general(dedent('''
|
||||
|
|
|
|||
Loading…
Reference in a new issue