An error indicating that an optional dependency of Diffusers was not found in the environment.
| 958 | |
| 959 | |
| 960 | class OptionalDependencyNotAvailable(BaseException): |
| 961 | """ |
| 962 | An error indicating that an optional dependency of Diffusers was not found in the environment. |
| 963 | """ |
| 964 | |
| 965 | |
| 966 | class _LazyModule(ModuleType): |
no outgoing calls
no test coverage detected
searching dependent graphs…