Fixed imports

This commit is contained in:
Max Berger
2026-03-26 21:35:12 +01:00
parent bde188ff55
commit 99f8780463
10 changed files with 41 additions and 84 deletions

View File

@@ -24,12 +24,8 @@ from typing import Any, Generator
import pytest
from playwright.sync_api import Page, expect
from integ_tests.common import (
SHARING_HTPASSWD,
create_collection,
login,
start_radicale_server,
)
from integ_tests.common import (SHARING_HTPASSWD, create_collection, login,
start_radicale_server)
@pytest.fixture