Removed unnecessary "pragma: no cover"

This commit is contained in:
Andrew Murray 2024-01-01 15:47:53 +11:00
parent d6fd4c978e
commit 8422af20d5

View File

@ -396,7 +396,7 @@ class Color3DLUT(MultibandFilter):
if hasattr(table, "shape"):
try:
import numpy
except ImportError: # pragma: no cover
except ImportError:
pass
if numpy and isinstance(table, numpy.ndarray):