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 a60f710 commit 02fbc54Copy full SHA for 02fbc54
src/diffusers/utils/import_utils.py
@@ -37,7 +37,7 @@
37
else:
38
import importlib.metadata as importlib_metadata
39
try:
40
- package_map = importlib_metadata.packages_distributions() # load-once to avoid expensive calls
+ package_map = importlib_metadata.packages_distributions() # load-once to avoid expensive calls
41
except Exception:
42
package_map = None
43
0 commit comments