1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

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",