diff --git a/testing/test_recwarn.py b/testing/test_recwarn.py index b910fbb90..e269bd7dd 100644 --- a/testing/test_recwarn.py +++ b/testing/test_recwarn.py @@ -1,8 +1,8 @@ # mypy: allow-untyped-defs +import sys from typing import List from typing import Optional from typing import Type -import sys import warnings from _pytest.pytester import Pytester