feedback from isort

This commit is contained in:
Peter Bieringer 2024-11-13 22:29:13 +01:00
parent 6929f3d0b3
commit 9ecb95ce37

View file

@ -17,9 +17,9 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Radicale. If not, see <http://www.gnu.org/licenses/>. # along with Radicale. If not, see <http://www.gnu.org/licenses/>.
import ssl
from importlib import import_module, metadata from importlib import import_module, metadata
from typing import Callable, Sequence, Type, TypeVar, Union from typing import Callable, Sequence, Type, TypeVar, Union
import ssl
from radicale import config from radicale import config
from radicale.log import logger from radicale.log import logger