Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-04-06 23:06:10 -07:00
parent 9e96dffb3c
commit f28df119ed
6 changed files with 6 additions and 6 deletions

View File

@ -996,7 +996,7 @@ def generateType(path: str, name: str, schema: dict):
f.write(
"\t\t" +
property_name +
" = cast(List["+ property_type + "], d.pop(\"" +
" = cast(List[" + property_type + "], d.pop(\"" +
property_name +
"\", UNSET))\n")
f.write("\n")