Update src/_pytest/warning_types.py
This commit is contained in:
parent
a980ac08dd
commit
7733e49436
|
@ -6,7 +6,6 @@ from typing import TypeVar
|
|||
import attr
|
||||
|
||||
from _pytest.compat import final
|
||||
from _pytest.compat import sealed
|
||||
|
||||
|
||||
class PytestWarning(UserWarning):
|
||||
|
|
Loading…
Reference in New Issue