removed unused import

This commit is contained in:
Jakub Trllo 2022-08-22 14:42:52 +02:00
parent d74eb5961e
commit 867f91d9f4

View file

@ -17,7 +17,6 @@ from openpype.client import (
get_workfile_info,
)
from .profiles_filtering import filter_profiles
from .events import emit_event
from .path_templates import StringTemplate
legacy_io = None