From 46bfa3122f1f6cfbc9f70b8ad65b68974c072dd6 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 28 Jun 2022 10:33:51 +0200 Subject: [PATCH] fix typo in typo --- openpype/lib/editorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/lib/editorial.py b/openpype/lib/editorial.py index 2730ba1f3c..18028c5f06 100644 --- a/openpype/lib/editorial.py +++ b/openpype/lib/editorial.py @@ -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)