From 79f934ff08daba5e1bae2c9aecc393c3f947469e Mon Sep 17 00:00:00 2001 From: Volodymyr Kochetkov Date: Mon, 5 Feb 2024 19:02:40 +0200 Subject: [PATCH] feat: 10865 fix conflict --- testing/test_recwarn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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