Skip to content

Commit b590fe0

Browse files
lint issue in conftest.py
1 parent 018d55b commit b590fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e-test/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
from config.constants import URL
1010

11-
import pytest
12-
1311
from playwright.sync_api import sync_playwright
1412

13+
import pytest
14+
1515

1616
@pytest.fixture(scope="session")
1717
def login_logout():

0 commit comments

Comments
 (0)