Skip to content

Commit 387d2a2

Browse files
authored
Merge branch 'main' into feature/docs-for-subtraction-clarification
2 parents 5d973f0 + a09302f commit 387d2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/material_controller/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def get_short_name(material_id: MaterialId) -> str:
472472
The short name of the material.
473473
"""
474474

475-
def get_all_material_groups() -> list[MaterialId]:
475+
def get_all_material_groups() -> list[str]:
476476
"""Retrieves a list of all material groups.
477477
478478
Returns:

0 commit comments

Comments
 (0)