Commit d6e5d7b
fix: address PR review comments
- Move ThreadPoolExecutor import to module level (PEP 8)
- Remove unused logger variable
- Use strict=True in zip() calls to catch length mismatches
- Add comment explaining early-stop timing in session loop
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 07972c7 commit d6e5d7b
File tree
2 files changed
+7
-5
lines changed- src/inference_endpoint
- load_generator
- metrics
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
1093 | 1091 | | |
1094 | 1092 | | |
1095 | 1093 | | |
1096 | | - | |
| 1094 | + | |
1097 | 1095 | | |
1098 | 1096 | | |
1099 | 1097 | | |
| |||
1211 | 1209 | | |
1212 | 1210 | | |
1213 | 1211 | | |
1214 | | - | |
| 1212 | + | |
1215 | 1213 | | |
1216 | 1214 | | |
1217 | 1215 | | |
| |||
0 commit comments