mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Calling `inspect.getmembers()` on a pydantic field results in `getattr` being called on all members of the field. Pydantic has some attrs that are marked deprecated. In our test suite, we do not filter deprecation warnings, so this is surfaced. Use a context manager to ignore deprecation warnings when calling the function.
37 KiB
37 KiB