diff --git a/openpype/scripts/otio_burnin.py b/openpype/scripts/otio_burnin.py index fa3f1e3389..58727bc6b8 100644 --- a/openpype/scripts/otio_burnin.py +++ b/openpype/scripts/otio_burnin.py @@ -537,7 +537,7 @@ def burnins_from_data( if not value: continue - if isinstance(value, (dict, tuple)): + if isinstance(value, dict): raise TypeError(( "Expected string or number type." " Got: {} - \"{}\""