Skip to content

Commit

Permalink
Fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 6, 2024
1 parent 3ca37ba commit 502a15c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/base/converters/test_dataframe_to_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,9 @@ def test_is_json_compatible(self):
schema_with_string_map_keys = StructType(
[StructField('map_field', MapType(StringType(), StringType()), nullable=True)])

valid_schemas = [message_schema, prompt_response_schema, combined_schema, schema_with_string_map_keys]
valid_schemas = [
message_schema, prompt_response_schema, combined_schema, schema_with_string_map_keys
]

schema_with_binary = StructType([StructField('data', BinaryType(), nullable=True)])

Expand Down

0 comments on commit 502a15c

Please sign in to comment.