1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-06 21:30:48 +00:00

Rearrange imports

This commit is contained in:
Tuna Celik 2023-02-10 23:32:32 +01:00
parent 22731f3d26
commit 4a0b2e8791
5 changed files with 6 additions and 7 deletions

View file

@ -29,11 +29,11 @@ import os
import signal
import socket
import sys
from types import FrameType
from typing import List, Optional, cast
from radicale import VERSION, config, log, server, storage, types
from radicale.log import logger
from types import FrameType
def run() -> None: