aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils
diff options
context:
space:
mode:
authorivasenkov15 <ivasenkov15@yandex-team.com>2024-01-23 12:12:09 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-01-24 15:02:04 +0300
commitfdca1b46d97eaacd40fb002b285099c64be3752c (patch)
treedeb2fc1ce5b95954b06283783e6d4504bee84bf2 /contrib/python/ipython/py3/IPython/utils
parent8e1ef6e552adde4b26cda116a183d3889112d238 (diff)
downloadydb-fdca1b46d97eaacd40fb002b285099c64be3752c.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.py2
-rw-r--r--contrib/python/ipython/py3/IPython/utils/text.py4
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 02820dc9c1..461aae5256 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 9b653dcee0..8f73dca28a 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: