Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 16, 2024
1 parent e8c7f71 commit 9cb2a26
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/performance/engine-benchmarks/bench_tool/gh.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import asyncio
import base64
import json
import logging
import os
from os import path
from typing import List, Dict, Optional, Set, Tuple, Union, Any
import re
import subprocess
import sys
from argparse import ArgumentParser
import shutil
import asyncio
from typing import Dict, Optional, Union, Any
from urllib.parse import urlencode

_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9cb2a26

Please sign in to comment.