Adjust imports for isort

This commit is contained in:
Unrud 2017-06-01 11:37:39 +02:00
parent a18874fc59
commit fd55bbce15
3 changed files with 4 additions and 3 deletions

View File

@ -32,9 +32,8 @@ import ssl
import sys
from wsgiref.simple_server import make_server
from . import (
VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
ThreadedHTTPSServer, config, log)
def run():

View File

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

View File

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