Commit 4fab241
fix: remove CI script and fix circular import in abs_encoder
Remove scripts/check_circular_imports.py and its Makefile references
per reviewer consensus. Move get_task import in abs_encoder.py to
function-level to break the circular import chain:
mteb.abstasks → abstask → mteb.models → abs_encoder → get_tasks → mteb.abstasks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 62a5e85 commit 4fab241
File tree
3 files changed
+4
-153
lines changed- mteb/models
- scripts
3 files changed
+4
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
This file was deleted.
0 commit comments