1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Fix imports

This commit is contained in:
Dipl. Ing. Péter Varkoly 2025-05-31 13:38:34 +02:00
parent 8318feacce
commit 39d6407ee5
9 changed files with 2 additions and 9 deletions

View file

@ -34,7 +34,6 @@ from urllib import request
from urllib.error import HTTPError, URLError
import pytest
from radicale import config, server
from radicale.tests import BaseTest
from radicale.tests.helpers import configuration_to_dict, get_file_path