diff options
author | armenqa <armenqa@yandex-team.com> | 2024-01-19 12:23:50 +0300 |
---|---|---|
committer | armenqa <armenqa@yandex-team.com> | 2024-01-19 13:10:03 +0300 |
commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /contrib/python/traitlets/py3/tests/test_traitlets_docstring.py | |
parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) | |
download | ydb-2de0149d0151c514b22bca0760b95b26c9b0b578.tar.gz |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'contrib/python/traitlets/py3/tests/test_traitlets_docstring.py')
-rw-r--r-- | contrib/python/traitlets/py3/tests/test_traitlets_docstring.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/traitlets/py3/tests/test_traitlets_docstring.py b/contrib/python/traitlets/py3/tests/test_traitlets_docstring.py index 700199108f..685ea71f69 100644 --- a/contrib/python/traitlets/py3/tests/test_traitlets_docstring.py +++ b/contrib/python/traitlets/py3/tests/test_traitlets_docstring.py @@ -3,6 +3,8 @@ # Copyright (c) IPython Development Team. # Distributed under the terms of the Modified BSD License. # +from __future__ import annotations + from traitlets import Dict, Instance, Integer, Unicode, Union from traitlets.config import Configurable |