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:
parent
7527998135
commit
14b46c04bf
16 changed files with 23 additions and 31 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue