From 7733e49436ba55f979ea7209d2e605856d94ac7e Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 9 Oct 2022 14:27:43 +0100 Subject: [PATCH] Update src/_pytest/warning_types.py --- src/_pytest/warning_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/warning_types.py b/src/_pytest/warning_types.py index 1b11f0106..bb6c242bc 100644 --- a/src/_pytest/warning_types.py +++ b/src/_pytest/warning_types.py @@ -6,7 +6,6 @@ from typing import TypeVar import attr from _pytest.compat import final -from _pytest.compat import sealed class PytestWarning(UserWarning):