Adjust imports for isort

This commit is contained in:
Unrud 2017-06-01 12:35:00 +02:00
parent 2178ba58be
commit efb20d994f
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ import shutil
import tempfile
import pytest
from radicale import Application, config
from .test_base import BaseTest

View File

@ -26,7 +26,6 @@ import shutil
import tempfile
import pytest
from radicale import Application, config
from . import BaseTest