Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Oct 4, 2024
1 parent 753dee5 commit 05719be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavague-sdk/lavague/sdk/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def __init__(self, message="No page loaded"):

class ElementNotFoundException(DriverException):
def __init__(self, xpath: str):
super().__init__(f"Element not found: {xpath}")
super().__init__(f"Element not found: {xpath}")

0 comments on commit 05719be

Please sign in to comment.