mirror of
https://github.com/Kozea/Radicale.git
synced 2025-10-06 21:30:48 +00:00
Rearrange imports
This commit is contained in:
parent
22731f3d26
commit
4a0b2e8791
5 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue