From a68b13502164e8b5408bed0bdb767047baa63b54 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 30 Oct 2025 22:21:42 +0000 Subject: Remove unnecessary __future__.annotations imports Co-authored-by: onerandomusername --- tests/helpers.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/helpers.py') 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 -- cgit v1.2.3