Skip to content

Commit

Permalink
remove unused argument (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi authored Sep 26, 2019
1 parent d5d548e commit a1533a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datamodel_code_generator/parser/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def parse_object_fields(self, obj: JsonSchemaObject) -> List[DataModelField]:
data_types=field_types,
required=required,
is_list=is_list,
custom_base_class=self.base_class,
)
)
return fields
Expand Down

0 comments on commit a1533a1

Please sign in to comment.