Skip to content

Commit

Permalink
fix(parser): custom_template_dir not passed to data_model_type for Op…
Browse files Browse the repository at this point in the history
…enAPIScope.Parameters (#2166)

Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
  • Loading branch information
hambergerpls and koxudaxi authored Nov 23, 2024
1 parent 37b3071 commit a7b0b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datamodel_code_generator/parser/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def parse_all_parameters(
fields=fields,
reference=reference,
custom_base_class=self.base_class,
custom_template_dir=self.custom_template_dir,
keyword_only=self.keyword_only,
)
)
Expand Down

0 comments on commit a7b0b91

Please sign in to comment.