Skip to content

Commit 7b62c3f

Browse files
committed
Merge branch 'feature/v0.4.7' into develop
2 parents 08aa643 + 03666b4 commit 7b62c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour/utilities/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,4 +1126,4 @@ def slugify(object_: Any, allow_unicode: bool = False) -> str:
11261126

11271127
int_digest = xxhash.xxh3_64_intdigest
11281128
else:
1129-
int_digest = hash # pyright: ignore # pragma: no cover
1129+
int_digest = hash # pragma: no cover

0 commit comments

Comments
 (0)