From 2a47f1f8e08a2c21585450708fc88ebde03cbdcd Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 6 May 2021 14:14:06 +0200 Subject: [PATCH] hound: suggestions --- openpype/hosts/resolve/api/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/hosts/resolve/api/plugin.py b/openpype/hosts/resolve/api/plugin.py index 488e9fca07..7630282cbe 100644 --- a/openpype/hosts/resolve/api/plugin.py +++ b/openpype/hosts/resolve/api/plugin.py @@ -422,7 +422,6 @@ class ClipLoader: media_pool_item = lib.create_media_pool_item( self.data["path"], self.active_bin) _clip_property = media_pool_item.GetClipProperty - clip_name = _clip_property("File Name") # get handles handle_start = self.data["versionData"].get("handleStart")