An error indicating that an optional dependency of Diffusers was not found in the environment.
| 663 | |
| 664 | |
| 665 | class OptionalDependencyNotAvailable(BaseException): |
| 666 | """An error indicating that an optional dependency of Diffusers was not found in the environment.""" |
| 667 | |
| 668 | |
| 669 | class _LazyModule(ModuleType): |
no outgoing calls
no test coverage detected