Skip to content

Commit

Permalink
Fix codeql issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Nov 22, 2024
1 parent 1ec823e commit 82a604f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genai-perf/genai_perf/config/run/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def get_run_config_name_based_on_representation(
"""
max_run_config_id = ResultsDefaults.STARTING_ID
for run_config in self.run_configs:
foo = run_config.representation()
if representation == run_config.representation():
return True, run_config.name
else:
Expand Down

0 comments on commit 82a604f

Please sign in to comment.