this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix:updated the product knowledge base spec (#3332)

fix:updated the base spec

authored by

Nandkishor R and committed by
GitHub
131306f5 71dd6189

+2 -2
+2 -2
care/emr/resources/inventory/product_knowledge/spec.py
··· 103 103 code: Coding | None = None 104 104 base_unit: ValueSetBoundCoding[CARE_UCUM_UNITS.slug] 105 105 name: str 106 - names: list[ProductName] = [] 107 - storage_guidelines: list[StorageGuideline] = [] 106 + names: list[ProductName] | None = None 107 + storage_guidelines: list[StorageGuideline] | None = None 108 108 definitional: ProductDefinitionSpec | None = None 109 109 110 110