From 2faae252d853572cf7403528075461569ac137d1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 31 Jan 2021 09:18:40 -0500 Subject: style: correct placement of auto-added pytest imports --- tests/test_concurrency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_concurrency.py') diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index cc9622d1..fd7aa851 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -6,6 +6,7 @@ import glob import os import random +import re import sys import threading import time @@ -20,7 +21,6 @@ from coverage.files import abs_file from tests.coveragetest import CoverageTest from tests.helpers import remove_files -import re # These libraries aren't always available, we'll skip tests if they aren't. -- cgit v1.2.1