mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
skip ambiguous isort modules
This commit is contained in:
parent
901c5d059f
commit
9c802e0f57
13 changed files with 28 additions and 16 deletions
|
@ -29,7 +29,6 @@ import datetime
|
|||
import io
|
||||
import logging
|
||||
import pkg_resources
|
||||
import posixpath
|
||||
import pprint
|
||||
import random
|
||||
import time
|
||||
|
@ -52,6 +51,8 @@ from radicale.app.put import ApplicationPutMixin
|
|||
from radicale.app.report import ApplicationReportMixin
|
||||
from radicale.log import logger
|
||||
|
||||
import posixpath # isort:skip
|
||||
|
||||
VERSION = pkg_resources.get_distribution("radicale").version
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue