diff options
| author | 2025-10-30 22:21:42 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | a68b13502164e8b5408bed0bdb767047baa63b54 (patch) | |
| tree | 36ba12169b611c2bf4cf23ee96c547a4da914d7b /tests | |
| parent | Add 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.py | 2 |
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 |