From 6484a529b0a5ebdb547aef29d61f5315d677af2b Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 26 Jul 2024 18:29:18 +0500 Subject: [PATCH] black format --- src/bsdd/bsdd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bsdd/bsdd.py b/src/bsdd/bsdd.py index 583c816e28..5cd2b3a613 100644 --- a/src/bsdd/bsdd.py +++ b/src/bsdd/bsdd.py @@ -34,6 +34,7 @@ ClassTypes = Literal["Class", "GroupOfProperties", "AlternativeUse", "Material"] # NOTE: Some values in TypedDicts are actually not guaranteed to be provided # and should be typed with NotRequired. + class DictionaryContractV1(TypedDict): uri: str name: str