diff --git a/openpype/hosts/maya/plugins/load/load_image.py b/openpype/hosts/maya/plugins/load/load_image.py index b7b0b5d4c8..c08724dca0 100644 --- a/openpype/hosts/maya/plugins/load/load_image.py +++ b/openpype/hosts/maya/plugins/load/load_image.py @@ -239,7 +239,7 @@ class FileNodeLoader(load.LoaderPlugin): } has_tokens = False repre_context = representation["context"] - for key, token in tokens.items(): + for key, _token in tokens.items(): if key in repre_context: repre_context[key] = _placeholder(key) has_tokens = True