1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-19 19:10:54 +00:00

Adapt imports.

This commit is contained in:
Dipl. Ing. Péter Varkoly 2024-09-22 18:57:48 +02:00
parent d1ceb620e4
commit 97479190e8
2 changed files with 3 additions and 4 deletions

View file

@ -16,9 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
import base64
import os
import posixpath
import base64
from typing import Callable, ContextManager, Iterator, Optional, Set, cast
from radicale import pathutils, types