diff --git a/src/brave_search_python_client/types/exceptions.py b/src/brave_search_python_client/types/exceptions.py index 3f51958..6e8ee2d 100644 --- a/src/brave_search_python_client/types/exceptions.py +++ b/src/brave_search_python_client/types/exceptions.py @@ -4,8 +4,6 @@ class BraveSearchError(Exception): """Error when accessing .""" - pass - class BraveSearchClientError(BraveSearchError): """Error when when interacting with Brave Search Pythoon Client ."""