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 6c90347 commit c3ca943Copy full SHA for c3ca943
tests/test_converters.py
@@ -162,8 +162,6 @@ def test_unresolved_placeholders():
162
isinstance(x, Placeholder)
163
for x in get_global_registry(PydanticObjectType)._registry.values()
164
)
165
- # this is a runtime error waiting to happen, but what can we do about it?
166
- assert field.type is None
167
168
169
def test_self_referencing():
0 commit comments