fix schema-gen-ci failures (#8621)

This commit is contained in:
Guillermo Ruffino 2025-04-24 22:30:22 -03:00 committed by GitHub
parent 666d5374ea
commit 3d24dea455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ def get_component_names():
if d not in component_names and d not in skip_components: if d not in component_names and d not in skip_components:
component_names.append(d) component_names.append(d)
return component_names return sorted(component_names)
def load_components(): def load_components():