Skip to content

Commit 9d2980d

Browse files
committed
Fix colour.utilities.describe_environment definition.
1 parent 1ed6a6f commit 9d2980d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

colour/utilities/verbose.py

-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@ def describe_environment(
725725
"scipy",
726726
"tqdm",
727727
"trimesh",
728-
"xxhash",
729728
]:
730729
with suppress(ImportError):
731730
namespace = __import__(package)

0 commit comments

Comments
 (0)