Commit 7baebb2
committed
chore: update allowed unresolved imports and add type ignore comment
- Added "cloudpickle.**" and "datasets.**" to the allowed unresolved imports in pyproject.toml.
- Added a type ignore comment to the return statement in trajectories.py for better type checking compliance.1 parent 84b14bb commit 7baebb2
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments