Skip to content

Commit 02fbc54

Browse files
committed
make style
Signed-off-by: Vladimir Mandic <[email protected]>
1 parent a60f710 commit 02fbc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/utils/import_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
else:
3838
import importlib.metadata as importlib_metadata
3939
try:
40-
package_map = importlib_metadata.packages_distributions() # load-once to avoid expensive calls
40+
package_map = importlib_metadata.packages_distributions() # load-once to avoid expensive calls
4141
except Exception:
4242
package_map = None
4343

0 commit comments

Comments
 (0)