Skip to content

Commit c7f485d

Browse files
authored
Merge pull request #7601 from jepler/fix-duplicate-ulab-help
Fix duplicate ulab help
2 parents e487b7c + d249af2 commit c7f485d

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)