aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py3/_pytest/_py/error.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-05-05 12:31:52 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-05-05 12:41:33 +0300
commit6ff49ec58061f642c3a2f83c61eba12820787dfc (patch)
treec733ec9bdb15ed280080d31dea8725bfec717acd /contrib/python/pytest/py3/_pytest/_py/error.py
parenteefca8305c6a545cc6b16dca3eb0d91dcef2adcd (diff)
downloadydb-6ff49ec58061f642c3a2f83c61eba12820787dfc.tar.gz
Intermediate changes
commit_hash:8b3bb826b17db8329ed1221f545c0645f12c552d
Diffstat (limited to 'contrib/python/pytest/py3/_pytest/_py/error.py')
-rw-r--r--contrib/python/pytest/py3/_pytest/_py/error.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/pytest/py3/_pytest/_py/error.py b/contrib/python/pytest/py3/_pytest/_py/error.py
index 0b8f2d535ef..68f1eed7ec0 100644
--- a/contrib/python/pytest/py3/_pytest/_py/error.py
+++ b/contrib/python/pytest/py3/_pytest/_py/error.py
@@ -1,4 +1,5 @@
"""create errno-specific classes for IO or os calls."""
+
from __future__ import annotations
import errno
@@ -8,6 +9,7 @@ from typing import Callable
from typing import TYPE_CHECKING
from typing import TypeVar
+
if TYPE_CHECKING:
from typing_extensions import ParamSpec