diff options
author | AlexSm <alex@ydb.tech> | 2024-01-19 17:48:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 17:48:10 +0100 |
commit | 5722bbf18aa2f471fc5491834c6c877b524e8795 (patch) | |
tree | 0bfe53383cc4dc38261e3e0086af199f39777801 /contrib/python/traitlets/py3/tests/_warnings.py | |
parent | 610b3da211be5d7cfd27077f22b876aedaa2dc29 (diff) | |
download | ydb-5722bbf18aa2f471fc5491834c6c877b524e8795.tar.gz |
Library update 9 (#1163)
* Right libs import scripts
* Library update 9
* Add contrib/libs/cxxsupp/libcxx/include/memory_resource
Diffstat (limited to 'contrib/python/traitlets/py3/tests/_warnings.py')
-rw-r--r-- | contrib/python/traitlets/py3/tests/_warnings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/traitlets/py3/tests/_warnings.py b/contrib/python/traitlets/py3/tests/_warnings.py index 1fb6e9a9a57..3447fbef8a6 100644 --- a/contrib/python/traitlets/py3/tests/_warnings.py +++ b/contrib/python/traitlets/py3/tests/_warnings.py @@ -1,5 +1,6 @@ # From scikit-image: https://github.com/scikit-image/scikit-image/blob/c2f8c4ab123ebe5f7b827bc495625a32bb225c10/skimage/_shared/_warnings.py # Licensed under modified BSD license +from __future__ import annotations __all__ = ["all_warnings", "expected_warnings"] |