Skip to content

Commit 26ab083

Browse files
committed
removed unused import
1 parent 52ecf29 commit 26ab083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from selenium.webdriver.common.keys import Keys
44
from base import Page
55
from locators import *
6-
import users, functions
6+
import users
77
from selenium.webdriver.support.ui import WebDriverWait
88

99

@@ -56,4 +56,4 @@ class HomePage(Page):
5656
pass
5757

5858
class SignUpPage(Page):
59-
pass
59+
pass

0 commit comments

Comments
 (0)