Raised when 'args_schema' is missing or has an incorrect type annotation.
| 24 | |
| 25 | |
| 26 | class SchemaAnnotationError(TypeError): |
| 27 | """Raised when 'args_schema' is missing or has an incorrect type annotation.""" |
| 28 | |
| 29 | |
| 30 | def _create_subset_model( |
nothing calls this directly
no outgoing calls
no test coverage detected