We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db0ac commit 0c7c4b0Copy full SHA for 0c7c4b0
chipflow_lib/platforms/_utils.py
@@ -100,7 +100,7 @@ class IOModelOptions(TypedDict):
100
init_oe: NotRequired[int | bool]
101
102
103
-@pydantic.with_config(ConfigDict(arbitrary_types_allowed=True)) # type: ignore[reportCallIssue]
+@pydantic.config.with_config(ConfigDict(arbitrary_types_allowed=True)) # type: ignore[reportCallIssue]
104
class IOModel(IOModelOptions):
105
"""
106
Setting for IO Ports (see also base class `IOModelOptions`)
0 commit comments