diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |