mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Adjust imports for isort
This commit is contained in:
parent
a18874fc59
commit
fd55bbce15
3 changed files with 4 additions and 3 deletions
|
@ -32,9 +32,8 @@ 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)
|
|
||||||
|
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue