1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

next windows case

This commit is contained in:
Peter Bieringer 2025-06-29 08:50:20 +02:00
parent 070a022b90
commit d09c4e0819

View file

@ -19,7 +19,6 @@
import getpass
import os
import pwd
import ssl
import sys
from importlib import import_module, metadata
@ -30,6 +29,7 @@ from radicale.log import logger
if sys.platform != "win32":
import grp
import pwd
_T_co = TypeVar("_T_co", covariant=True)