mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Shush hound
This commit is contained in:
parent
e250d8935f
commit
f0a76b5cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue