Skip to content

Commit 8d5a029

Browse files
lint issues
1 parent 20db2e5 commit 8d5a029

2 files changed

Lines changed: 3 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
@@ -1,11 +1,11 @@
11
import atexit
2-
import os
32
import io
3+
import os
44
import logging
55

66
from bs4 import BeautifulSoup
7-
import pytest
87
from config.constants import URL
8+
import pytest
99
from playwright.sync_api import sync_playwright
1010

1111

tests/e2e-test/tests/test_codegen_gp_tc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import logging
22
import time
3+
34
from pages.HomePage import HomePage
45

56
import pytest

0 commit comments

Comments
 (0)