Skip to content

Commit a9d5645

Browse files
committed
removing unused variable
1 parent 3879913 commit a9d5645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generic_config_updater/gu_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ def _get_path_tokens_from_list(self, model, token_index, xpath_tokens, config):
736736
if next_token in key_dict:
737737
return path_tokens
738738

739-
list_name = model['@name']
740739
type_1_list_model = self._get_type_1_list_model(model)
741740
if type_1_list_model:
742741
new_path_tokens = self._get_path_tokens_from_type_1_list(type_1_list_model, token_index+1, xpath_tokens, config[path_token])

0 commit comments

Comments
 (0)