From 14f33bdc86838bef277195c9264412b72119d4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:07:17 +0100 Subject: [PATCH] Update client/ayon_mocha/plugins/load/load_clip.py Co-authored-by: Roy Nieterau --- client/ayon_mocha/plugins/load/load_clip.py | 1 - 1 file changed, 1 deletion(-) 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()