From d9b1723e78de0998c45a5c9e396150099d351030 Mon Sep 17 00:00:00 2001 From: Ben Eagan Date: Wed, 11 Dec 2024 15:09:38 -0500 Subject: [PATCH] Fix typechecking --- cohere/compass/exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cohere/compass/exceptions.py b/cohere/compass/exceptions.py index 397a736..351a73f 100644 --- a/cohere/compass/exceptions.py +++ b/cohere/compass/exceptions.py @@ -1,4 +1,3 @@ - class CompassClientError(Exception): """Exception raised for all 4xx client errors in the Compass client."""