Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Jun 20, 2020
1 parent 0d9cd14 commit bad3088
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 @@ -226,7 +226,7 @@ def get_parameter_type(
name=field.name,
type_hint=field.type_hint,
default=default, # type: ignore
default_value=represented_default,
default_value=represented_default, # type: ignore
required=field.required,
)

Expand Down

0 comments on commit bad3088

Please sign in to comment.