From af029c86ce4f6988bfbae527fcbb52f36069f948 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 May 2022 07:57:51 -0400 Subject: style: remove an orphaned import --- tests/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/helpers.py b/tests/helpers.py index 4ed9a2c9..16194aed 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -5,7 +5,6 @@ import collections import contextlib -import glob import os import os.path import re -- cgit v1.2.1