mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Style fix
This commit is contained in:
parent
4f16f9c64e
commit
3fa7988ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from itertools import chain
|
||||||
|
|
||||||
from atomicwrites import atomic_write
|
from atomicwrites import atomic_write
|
||||||
|
|
||||||
from . import cli_logger, CliError
|
from . import CliError, cli_logger
|
||||||
from .. import DOCS_HOME, PROJECT_HOME, exceptions
|
from .. import DOCS_HOME, PROJECT_HOME, exceptions
|
||||||
from ..doubleclick import click
|
from ..doubleclick import click
|
||||||
from ..sync import IdentConflict, StorageEmpty, SyncConflict
|
from ..sync import IdentConflict, StorageEmpty, SyncConflict
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue