Fixed imports
This commit is contained in:
@@ -25,14 +25,9 @@ from typing import Any, Generator
|
||||
import pytest
|
||||
from playwright.sync_api import BrowserContext, Page, expect
|
||||
|
||||
from integ_tests.common import (
|
||||
NOSHARE_HTPASSWD,
|
||||
SHARING_HTPASSWD,
|
||||
SHARING_XREMOTE,
|
||||
Config,
|
||||
login,
|
||||
start_radicale_server,
|
||||
)
|
||||
from integ_tests.common import (NOSHARE_HTPASSWD, SHARING_HTPASSWD,
|
||||
SHARING_XREMOTE, Config, login,
|
||||
start_radicale_server)
|
||||
|
||||
|
||||
@pytest.fixture(
|
||||
|
||||
Reference in New Issue
Block a user