Update openpype/hosts/hiero/api/lib.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-06-28 11:42:29 +02:00 committed by GitHub
parent a6fe26e317
commit cf8c30abcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):