Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Oct 3, 2024
1 parent 6d226cf commit 6309740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lavague-sdk/lavague/sdk/base_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class InteractionType(Enum):

r_get_xpaths_from_html = r'xpath=["\'](.*?)["\']'


class ScrollDirection(Enum):
"""Enum for the different scroll directions. Value is (x, y, dimension_index)"""

Expand Down Expand Up @@ -277,7 +278,7 @@ def scroll(
scroll_factor=0.75,
):
pass

# TODO: Remove these methods as they are not used
@abstractmethod
def scroll_up(self):
Expand Down Expand Up @@ -489,8 +490,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
pass




def js_wrap_function_call(fn: str):
return "(function(){" + fn + "})()"

Expand Down
1 change: 0 additions & 1 deletion lavague-sdk/lavague/sdk/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class DriverException(Exception):
pass

Expand Down

0 comments on commit 6309740

Please sign in to comment.