Skip to content

Commit

Permalink
now it's possible to use tags in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
NIKITA.MARKOV committed Apr 29, 2021
1 parent a1a423f commit db4d810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_code_generator/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Operation(CachedPropertyModel):
imports: List[Import] = []
security: Optional[List[Dict[str, List[str]]]] = None
components: Dict[str, Any] = {}
tags: List[str]
tags: Optional[List[str]]
openapi_model_parser: OpenAPIModelParser

@cached_property
Expand Down

0 comments on commit db4d810

Please sign in to comment.