Skip to content

Commit 018d55b

Browse files
lint issues
1 parent 8d5a029 commit 018d55b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/e2e-test/tests/conftest.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
import atexit
22
import io
3-
import os
43
import logging
4+
import os
5+
56

67
from bs4 import BeautifulSoup
8+
79
from config.constants import URL
10+
811
import pytest
12+
913
from playwright.sync_api import sync_playwright
1014

1115

0 commit comments

Comments
 (0)