Update src/_pytest/warning_types.py

This commit is contained in:
Thomas Grainger 2022-10-09 14:27:43 +01:00 committed by GitHub
parent a980ac08dd
commit 7733e49436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from typing import TypeVar
import attr
from _pytest.compat import final
from _pytest.compat import sealed
class PytestWarning(UserWarning):