Skip to content

Commit 4869104

Browse files
author
Alan
committed
Fix create_markdown accessing deprecated (removed _widget_types).
1 parent 4aff0cd commit 4869104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/generate-spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def create_markdown(spec):
236236
args = parser.parse_args()
237237
format = args.format
238238

239-
widgets_to_document = sorted(widgets.Widget._widget_types.items())
239+
widgets_to_document = sorted(widgets.widget._registry.items())
240240
spec = create_spec(widgets_to_document)
241241

242242
if args.output:

0 commit comments

Comments
 (0)