Skip to content

Commit a09302f

Browse files
authored
Merge pull request #361 from cwapi3d/feature/correct-return-type-hint-get-material-groups
fix: update return type hint for get_all_material_groups function
2 parents 5cb35a1 + 1aecfbb commit a09302f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cwapi3d"
3-
version = "32.443.8"
3+
version = "32.443.9"
44
authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
55
requires-python = ">= 3.12"
66
description = 'Python bindings for CwAPI3D'

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)