[CI] Remove unused imports with Ruff to pre-commit config, only to benchmarks/docs/examples folder (#3969)

This commit is contained in:
Brayden Zhong
2025-03-27 22:45:02 -04:00
committed by GitHub
parent 31dfff7da7
commit b149b39353
21 changed files with 13 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ import warnings
from argparse import ArgumentParser
from dataclasses import dataclass, field
from datetime import datetime
from typing import Any, AsyncGenerator, Dict, List, Optional, Tuple, Union
from typing import Any, AsyncGenerator, Dict, List, Optional, Tuple
import aiohttp
import numpy as np