Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rigging/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from pydantic_xml import element as element # noqa: PLC0414
from pydantic_xml import wrapped as wrapped # noqa: PLC0414
from pydantic_xml.element import SearchMode # type: ignore [attr-defined]
from pydantic_xml.model import XmlEntityInfo
from pydantic_xml.fields import XmlEntityInfo
from pydantic_xml.typedefs import EntityLocation, NsMap

from rigging.error import MissingModelError
Expand Down
Loading