Skip to content

Commit 471b1a8

Browse files
FIX: Adjusting imports
1 parent 75c43f2 commit 471b1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/web/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from selenium.webdriver.remote.webelement import WebElement
2929
from selenium.webdriver.support.wait import WebDriverWait, TimeoutException, NoSuchElementException
3030
from selenium.webdriver.support import expected_conditions as EC
31-
from weakref import ReferenceType, ref
31+
from weakref import ref
3232

3333
from . import config, cv2find
3434
from .browsers import BROWSER_CONFIGS, Browser, PageLoadStrategy

0 commit comments

Comments
 (0)