mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
ignore unused import in loader action
This commit is contained in:
parent
2f9834ba3b
commit
40c41f82ec
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class LoaderAddon(AYONAddon, ITrayAddon):
|
|||
# Add library tool
|
||||
self._loader_imported = False
|
||||
try:
|
||||
from ayon_core.tools.loader.ui import LoaderWindow
|
||||
from ayon_core.tools.loader.ui import LoaderWindow # noqa F401
|
||||
|
||||
self._loader_imported = True
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue