Commit f43ed86
committed
fix: use direct import for types module (same directory)
Mojo doesn't support relative imports in this context. Since
audio_ffi.mojo and types.mojo are in the same ffi/ directory,
use direct import without package prefix.1 parent c3de61a commit f43ed86
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments