Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 73cc063

Browse files
committed
Removes unused template line
1 parent 25e6edb commit 73cc063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/openapi-json-schema-generator/src/main/resources/python/components/schemas

modules/openapi-json-schema-generator/src/main/resources/python/components/schemas/_helper_getitems.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __getitem__(
7878
str
7979
{{/with}}
8080
]
81-
){{#not properties}}{{#not requiredProperties}}{{#with additionalProperties}}{{#unless isBooleanSchemaFalse}} -> {{#if refInfo.refClass}}'{{> components/schemas/_helper_refclass_with_module }}'{{else}}Schema_.{{jsonPathPiece.original}}{{/if}}{{/unless}}{{/with}}{{/not}}{{/not}}:
81+
):
8282
# dict_instance[name] accessor
8383
return super().__getitem__(name)
8484
{{else}}

0 commit comments

Comments
 (0)