diff --git a/client/ayon_openrv/plugins/load/openrv/load_frames.py b/client/ayon_openrv/plugins/load/openrv/load_frames.py index 5c2fa85..8377716 100644 --- a/client/ayon_openrv/plugins/load/openrv/load_frames.py +++ b/client/ayon_openrv/plugins/load/openrv/load_frames.py @@ -110,8 +110,6 @@ def _get_sequence_range(self, context): return # Check version attributes first as they should have the correct frame range - frame_start = None - frame_end = None version_attribs = version_entity["attrib"] frame_start = version_attribs.get("frameStart")