8000 don't explicitly register ulab here · rbrian/circuitpython@d249af2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d249af2

Browse files
committed
don't explicitly register ulab here
.. it is registered by MP_REGISTER_MODULE in ulab. Closes: adafruit#7600
1 parent e487b7c commit d249af2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/objmodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
218218
#if MICROPY_PY_UJSON && !CIRCUITPY
219219
{ MP_ROM_QSTR(MP_QSTR_ujson), MP_ROM_PTR(&mp_module_ujson) },
220220
#endif
221-
#if CIRCUITPY_ULAB
222-
{ MP_ROM_QSTR(MP_QSTR_ulab), MP_ROM_PTR(&ulab_user_cmodule) },
223-
#endif
224221
#if MICROPY_PY_URE && !CIRCUITPY
225222
{ MP_ROM_QSTR(MP_QSTR_ure), MP_ROM_PTR(&mp_module_ure) },
226223
#endif

0 commit comments

Comments
 (0)
0