aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-30 22:21:42 +0000
committerGravatar Joe Banks <[email protected]>2025-11-10 18:41:30 +0000
commita68b13502164e8b5408bed0bdb767047baa63b54 (patch)
tree36ba12169b611c2bf4cf23ee96c547a4da914d7b /tests
parentAdd new ruff rule banning from __future__ import annotations (diff)
Remove unnecessary __future__.annotations imports
Co-authored-by: onerandomusername <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/helpers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index 1164828d6..28212e4ab 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -1,5 +1,3 @@
-from __future__ import annotations
-
import collections
import itertools
import logging