Adjust imports for isort
This commit is contained in:
parent
a18874fc59
commit
fd55bbce15
@ -32,8 +32,7 @@ import ssl
|
|||||||
import sys
|
import sys
|
||||||
from wsgiref.simple_server import make_server
|
from wsgiref.simple_server import make_server
|
||||||
|
|
||||||
from . import (
|
from . import (VERSION, Application, RequestHandler, ThreadedHTTPServer,
|
||||||
VERSION, Application, RequestHandler, ThreadedHTTPServer,
|
|
||||||
ThreadedHTTPSServer, config, log)
|
ThreadedHTTPSServer, config, log)
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ import shutil
|
|||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from radicale import Application, config
|
from radicale import Application, config
|
||||||
|
|
||||||
from .test_base import BaseTest
|
from .test_base import BaseTest
|
||||||
|
@ -26,6 +26,7 @@ import shutil
|
|||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from radicale import Application, config
|
from radicale import Application, config
|
||||||
|
|
||||||
from . import BaseTest
|
from . import BaseTest
|
||||||
|
Loading…
Reference in New Issue
Block a user