Commit 17d4647
committed
fix(oci): cover both import-untyped and import-not-found for oci SDK
When oci is installed but lacks stubs, mypy raises import-untyped.
When oci is not installed (optional dep), mypy raises import-not-found.
Cover both cases since cohere[oci] is optional.1 parent b1ed6d5 commit 17d4647
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
0 commit comments