Skip to content

Commit

Permalink
Remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Mar 23, 2021
1 parent 9b2615a commit 8969331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helium/_impl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from helium._impl.util.xpath import lower, predicate, predicate_or
from inspect import getfullargspec, ismethod, isfunction
from os import access, X_OK
from os.path import exists, join, dirname
from os.path import join, dirname
from selenium.common.exceptions import UnexpectedAlertPresentException, \
ElementNotVisibleException, MoveTargetOutOfBoundsException, \
WebDriverException, StaleElementReferenceException, \
Expand Down

0 comments on commit 8969331

Please sign in to comment.