Commit 6e86b7a
authored
[evaluation] fix: Remove lazy imports from all (#42313)
This causes one of the release checks (tox run -e depends) to fail.
`depends` tries to import everything from `__all__` which fails
because we now raise an ImportError for optional imports
(instead of just printing).1 parent 976dc5c commit 6e86b7a
File tree
1 file changed
+0
-3
lines changed- sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 140 | | |
144 | 141 | | |
145 | 142 | | |
| |||
0 commit comments