Skip to content

Commit 89e6b31

Browse files
committed
chore: Drop unnecessary __future__.annotations import in test runner
`from __future__ import annotations` is useful in importable packages to enable postponed evaluation of annotations. However, in a standalone script like `run-tests.py`, it adds no value.
1 parent 2a310b3 commit 89e6b31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

run-tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
import glob
42
import os
53
import shutil

0 commit comments

Comments
 (0)