mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Update openpype/hosts/hiero/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a6fe26e317
commit
cf8c30abcf
1 changed files with 4 additions and 4 deletions
|
|
@ -38,10 +38,10 @@ from openpype.pipeline.colorspace import (
|
|||
)
|
||||
|
||||
|
||||
class CTX:
|
||||
_has_been_setup = False
|
||||
_has_menu = False
|
||||
_parent_gui = None
|
||||
class _CTX:
|
||||
has_been_setup = False
|
||||
has_menu = False
|
||||
parent_gui = None
|
||||
|
||||
|
||||
class DeprecatedWarning(DeprecationWarning):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue