Fix type reference order in code generated by gen-python #181

Merged
christian-monch merged 4 commits from fix-subclass-id-error into master 2025-12-17 22:16:55 +00:00
christian-monch commented 2025-12-17 21:46:03 +00:00 (Migrated from github.com)

Sort type references topologically to ensure that base classes are defined before derived classes.

This patch fixes issue #2600 of linkml.

Sort type references topologically to ensure that base classes are defined before derived classes. This patch fixes [issue #2600 of linkml](https://github.com/linkml/linkml/issues/2600).
Sign in to join this conversation.
No description provided.