We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e487b7c commit d249af2Copy full SHA for d249af2
py/objmodule.c
@@ -218,9 +218,6 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = {
218
#if MICROPY_PY_UJSON && !CIRCUITPY
219
{ MP_ROM_QSTR(MP_QSTR_ujson), MP_ROM_PTR(&mp_module_ujson) },
220
#endif
221
- #if CIRCUITPY_ULAB
222
- { MP_ROM_QSTR(MP_QSTR_ulab), MP_ROM_PTR(&ulab_user_cmodule) },
223
- #endif
224
#if MICROPY_PY_URE && !CIRCUITPY
225
{ MP_ROM_QSTR(MP_QSTR_ure), MP_ROM_PTR(&mp_module_ure) },
226
0 commit comments