From 05719befb17be0614a93426f64649d7fd772684d Mon Sep 17 00:00:00 2001 From: Alexis Deprez Date: Fri, 4 Oct 2024 12:39:07 +0200 Subject: [PATCH] chore: format --- lavague-sdk/lavague/sdk/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lavague-sdk/lavague/sdk/exceptions.py b/lavague-sdk/lavague/sdk/exceptions.py index 8a785fdf..078bab28 100644 --- a/lavague-sdk/lavague/sdk/exceptions.py +++ b/lavague-sdk/lavague/sdk/exceptions.py @@ -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}") \ No newline at end of file + super().__init__(f"Element not found: {xpath}")