Commit dc5e5cb
ReverseZoom2151
fix: Suppress IDE warning for optional pytorch_i3d import
- Added type: ignore comment for optional pytorch_i3d import
- Removed unused typing imports (Optional, List, TYPE_CHECKING)
- FVD works with simplified I3D by default
- Full I3D is optional (install from GitHub if needed)
Resolves IDE import warning while maintaining functionality.1 parent 18e2af6 commit dc5e5cb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments