Commit fb40939
committed
fix: stop re-exporting private
The re-export shadowed the `_optional_cuda_import` submodule with the
function of the same name, breaking `import ... as` in tests. Import
directly from the submodule in consumers instead.
Made-with: Cursor_optional_cuda_import from __init__
1 parent 8e40a20 commit fb40939
File tree
3 files changed
+2
-3
lines changed- cuda_core/cuda/core
- cuda_pathfinder/cuda/pathfinder
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments