diff options
author | ivasenkov15 <ivasenkov15@yandex-team.com> | 2024-01-23 12:12:09 +0300 |
---|---|---|
committer | ivasenkov15 <ivasenkov15@yandex-team.com> | 2024-01-23 12:25:24 +0300 |
commit | 4f5160da6ac3805c99917f6448de98460ea8668e (patch) | |
tree | 2cf77ab47a1934c8fac76432acc2560d86630566 /contrib/python/ipython/py3/IPython/utils | |
parent | 0852227e74fca796397668972f80a973c6b3e011 (diff) | |
download | ydb-4f5160da6ac3805c99917f6448de98460ea8668e.tar.gz |
fix bank-applications: remove bank-forms usage
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils')
-rw-r--r-- | contrib/python/ipython/py3/IPython/utils/_sysinfo.py | 2 | ||||
-rw-r--r-- | contrib/python/ipython/py3/IPython/utils/text.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py index 02820dc9c14..461aae5256e 100644 --- a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py +++ b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py @@ -1,2 +1,2 @@ # GENERATED BY setup.py -commit = "dc4369111" +commit = "19f24dd8e" diff --git a/contrib/python/ipython/py3/IPython/utils/text.py b/contrib/python/ipython/py3/IPython/utils/text.py index 9b653dcee06..8f73dca28a0 100644 --- a/contrib/python/ipython/py3/IPython/utils/text.py +++ b/contrib/python/ipython/py3/IPython/utils/text.py @@ -17,7 +17,7 @@ import warnings from string import Formatter from pathlib import Path -from typing import List, Union, Optional, Dict, Tuple +from typing import List, Dict, Tuple class LSString(str): @@ -357,7 +357,7 @@ def format_screen(strng): return strng -def dedent(text): +def dedent(text: str) -> str: """Equivalent of textwrap.dedent that ignores unindented first line. This means it will still dedent strings like: |