Skip to content

Commit 6f11263

Browse files
committed
Update
1 parent d71716c commit 6f11263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_contract_specification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def to_yaml(self) -> str:
331331
@classmethod
332332
def json_schema(cls):
333333
package_name = __name__.split('.')[0]
334+
json_schema = "datacontract-specification-json-schema-v1.1.0.json"
334335
with impresources.open_text(package_name,
335-
"datacontract-specification-json-schema-v1.1.0.json") as file:
336+
json_schema) as file:
336337
return file.read()

0 commit comments

Comments
 (0)