chore: removing unused imports in tests (#9049)

This commit is contained in:
Bowen Liang 2024-10-08 11:13:11 +08:00 committed by GitHub
commit 7c0b159a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 21 additions and 52 deletions

View file

@ -1,5 +1,5 @@
import os
from typing import Literal, Optional
from typing import Literal
import pytest
from _pytest.monkeypatch import MonkeyPatch

View file

@ -1,4 +1,3 @@
import json
import os
import time
import uuid