Create configuration for isort

This commit is contained in:
Unrud
2019-06-15 09:01:55 +02:00
parent 7527998135
commit 14b46c04bf
16 changed files with 23 additions and 31 deletions

View File

@ -15,6 +15,7 @@
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
import os
import posixpath
import time
from http import client
@ -23,8 +24,6 @@ import pkg_resources
from radicale import httputils, pathutils, web
from radicale.log import logger
import posixpath # isort:skip
MIMETYPES = {
".css": "text/css",
".eot": "application/vnd.ms-fontobject",