Run ruff to fix test errors (#10398)

This is mostly removing unused imports, plus one unused `import as`. Had
to put back imports being used with `eval` -- see the second commit.
This commit is contained in:
ohemorange
2025-08-07 22:10:02 +00:00
committed by GitHub
parent 13954a783a
commit 5859e50e44
44 changed files with 2 additions and 62 deletions
-1
View File
@@ -1,5 +1,4 @@
import os
import sys
from setuptools import find_packages
from setuptools import setup