Skip to content

Commit

Permalink
fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo committed Aug 8, 2024
1 parent 662151f commit 3ebe717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genai-perf/tests/test_llm_profile_data_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
import json
from io import StringIO
from pathlib import Path
from typing import Any, Dict, List, Union, cast
from typing import Any, List, Union, cast

import numpy as np
import pytest
from genai_perf.metrics import LLMMetrics
from genai_perf.metrics.metrics import Metrics
from genai_perf.metrics.statistics import Statistics
from genai_perf.profile_data_parser import LLMProfileDataParser
from genai_perf.tokenizer import DEFAULT_TOKENIZER, get_tokenizer
Expand Down

0 comments on commit 3ebe717

Please sign in to comment.