File tree Expand file tree Collapse file tree 2 files changed +504
-2
lines changed Expand file tree Collapse file tree 2 files changed +504
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ async def bind_json_schema():
609
609
610
610
# Optionally, bind the same schema to a file
611
611
example_file = File(
612
- path="/Users/lpeng/Downloads/Sample_E.csv ", # Replace with your test file path
612
+ path="Sample.txt ", # Replace with your test file path
613
613
parent_id=test_folder.id,
614
614
).store()
615
615
@@ -813,7 +813,7 @@ async def get_schema_derived_keys_from_file():
813
813
814
814
815
815
@async_to_sync
816
- class ContainerEntityJSONSchema (BaseJSONSchema , ContainerEntityJSONSchemaProtocol ):
816
+ class ContainerEntityJSONSchema (ContainerEntityJSONSchemaProtocol , BaseJSONSchema ):
817
817
"""
818
818
Mixin class to provide JSON schema functionality.
819
819
This class is intended to be used with classes that represent Synapse entities.
You can’t perform that action at this time.
0 commit comments