Skip to content

Commit cf52db2

Browse files
authored
Update cohere.py
1 parent 355174d commit cf52db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsp/modules/cohere.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
try:
88
import cohere
9-
109
cohere_api_error = cohere.errors.UnauthorizedError
1110
except ImportError:
1211
cohere_api_error = Exception

0 commit comments

Comments
 (0)