diff --git a/client/ayon_mocha/plugins/load/load_clip.py b/client/ayon_mocha/plugins/load/load_clip.py index 8a2ade5..5791e3d 100644 --- a/client/ayon_mocha/plugins/load/load_clip.py +++ b/client/ayon_mocha/plugins/load/load_clip.py @@ -61,7 +61,6 @@ def switch(self, container: dict, context: dict) -> None: """Switch the image sequence on the current camera.""" self.update(container, context) - def remove(self, container: dict) -> None: """Remove a container.""" host: MochaProHost = registered_host()