Skip to content

Commit

Permalink
Auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Jan 8, 2025
1 parent ec5eb16 commit 87bcbee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ def create_keys_to_snake_transformation(
def create_flatten_fields(
self, model: FlattenFieldsModel, config: Config, **kwargs: Any
) -> FlattenFields:
return FlattenFields(flatten_lists=model.flatten_lists if model.flatten_lists is not None else True)
return FlattenFields(
flatten_lists=model.flatten_lists if model.flatten_lists is not None else True
)

@staticmethod
def _json_schema_type_name_to_type(value_type: Optional[ValueType]) -> Optional[Type[Any]]:
Expand Down

0 comments on commit 87bcbee

Please sign in to comment.