mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03: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
|
||||
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():
|
||||
|
|
|
@ -26,6 +26,7 @@ import shutil
|
|||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
from radicale import Application, config
|
||||
|
||||
from .test_base import BaseTest
|
||||
|
|
|
@ -26,6 +26,7 @@ import shutil
|
|||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
from radicale import Application, config
|
||||
|
||||
from . import BaseTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue