Cosmetics

This commit is contained in:
Roy Nieterau 2023-03-06 12:34:58 +01:00 committed by Milan Kolar
parent a48e638798
commit 1c5b821688

View file

@ -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