mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Removed unnecessary import of pyblish.cli (#5292)
This import resulted in adding additional logging handler which lead to duplication of logs in hosts with plugins containing `is_in_tests` method. Import is unnecessary for testing functionality.
This commit is contained in:
parent
a49b4265c6
commit
5b5e64b586
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import tempfile
|
|||
import contextlib
|
||||
|
||||
import pyblish
|
||||
import pyblish.cli
|
||||
import pyblish.plugin
|
||||
from pyblish.vendor import six
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue