Skip to content

Commit

Permalink
pybricks.geometry.Axis: Drop ANY.
Browse files Browse the repository at this point in the history
This hasn't been officially included in any releases and it is not going to be used anywhere, so it should be removed. See pybricks/pybricks-api@e4ddd1f
  • Loading branch information
laurensvalk committed Apr 1, 2022
1 parent bd15513 commit 088fbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pybricks/geometry/pb_module_geometry.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ STATIC const mp_rom_map_elem_t pb_Axis_table[] = {
{ MP_ROM_QSTR(MP_QSTR_X), MP_ROM_PTR(&pb_Axis_X_obj)},
{ MP_ROM_QSTR(MP_QSTR_Y), MP_ROM_PTR(&pb_Axis_Y_obj)},
{ MP_ROM_QSTR(MP_QSTR_Z), MP_ROM_PTR(&pb_Axis_Z_obj)},
{ MP_ROM_QSTR(MP_QSTR_ANY), MP_ROM_PTR(mp_const_none) },
};
STATIC MP_DEFINE_CONST_DICT(pb_type_Axis_locals_dict, pb_Axis_table);

Expand Down

0 comments on commit 088fbfd

Please sign in to comment.