Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ghooo committed May 18, 2022
1 parent 3879913 commit a9d5645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generic_config_updater/gu_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ def _get_path_tokens_from_list(self, model, token_index, xpath_tokens, config):
if next_token in key_dict:
return path_tokens

list_name = model['@name']
type_1_list_model = self._get_type_1_list_model(model)
if type_1_list_model:
new_path_tokens = self._get_path_tokens_from_type_1_list(type_1_list_model, token_index+1, xpath_tokens, config[path_token])
Expand Down

0 comments on commit a9d5645

Please sign in to comment.