Commit 5f6958c
[2.7] Fix flake8 F401: remove unused imports in B1 pass-through tests
Remove three unused imports flagged by CI flake8:
- test_pass_through_e2e.py: `from nvflare.fuel.utils import fobs`
- test_pass_through_e2e.py: `from nvflare.fuel.utils.fobs import get_dot_handler`
- test_pass_through.py: `_LAZY_BATCH_CTX_SUFFIX`
All 27 B1 tests still pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0be0db4 commit 5f6958c
File tree
2 files changed
+0
-3
lines changed- tests/unit_test/fuel
- f3/streaming
- utils/fobs
2 files changed
+0
-3
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | | - | |
230 | 228 | | |
231 | 229 | | |
232 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments