Shush hound

This commit is contained in:
Roy Nieterau 2023-03-14 11:01:45 +01:00
parent e250d8935f
commit f0a76b5cc5

View file

@ -24,7 +24,7 @@ HARDLINK = 2
def _has_arnold():
"""Return whether the arnold package is available and can be imported."""
try:
import arnold
import arnold # noqa: F401
return True
except (ImportError, ModuleNotFoundError):
return False