Commit c3de61a
committed
fix: use relative import for types module
Changed 'from ffi.types import' to 'from .types import' since
audio_ffi.mojo is inside the ffi package. Absolute imports from
within a package don't work in Mojo's module system.1 parent 714921c commit c3de61a
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