Commit 369321e
Cipher
fix: remove duplicate local imports causing isort errors
OptionalImportError and logging were imported both at module level and
again inside the test_unspecified_reader_falls_back_silently() method.
Remove the duplicate local imports since they're already available at the
module level (where we moved them earlier per MONAI style). Keep the local
import of SUPPORTED_READERS since it's only needed in this one test method.
This fixes isort formatting check failure.
Signed-off-by: Cipher <cipher@openclaw.ai>1 parent 08bd231 commit 369321e
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | 531 | | |
536 | 532 | | |
537 | 533 | | |
| |||
0 commit comments