Skip to content

Commit 5a87630

Browse files
chore: pacify MyPy
1 parent c0cbb8e commit 5a87630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def expected_wheels(
240240
)
241241
]
242242

243-
wheels = []
243+
wheels: list[str] = []
244244

245245
if platform == "pyodide":
246246
assert len(python_abi_tags) == 1

0 commit comments

Comments
 (0)