fix typo in typo

This commit is contained in:
Jakub Trllo 2022-06-28 10:33:51 +02:00
parent 08715b59c1
commit 46bfa3122f

View file

@ -65,7 +65,7 @@ def range_from_frames(*args, **kwargs):
@editorial_deprecated
def frames_to_seconds(*args, **kwargs):
def frames_to_secons(*args, **kwargs):
from openpype.pipeline.editorial import frames_to_seconds
return frames_to_seconds(*args, **kwargs)