diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-13 15:44:43 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-13 15:55:40 +0300 |
commit | 585f8fd57a4ab83eca0890f5c05e959b79ef4ea4 (patch) | |
tree | 6714fb98ebef8ae413eaf223e3a7b29cf01cedc6 /contrib/python/ipython/py3/IPython/utils/_process_emscripten.py | |
parent | e12a75707d4c42a0081e951c9142db0bf460d802 (diff) | |
download | ydb-585f8fd57a4ab83eca0890f5c05e959b79ef4ea4.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/_process_emscripten.py')
-rw-r--r-- | contrib/python/ipython/py3/IPython/utils/_process_emscripten.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/_process_emscripten.py b/contrib/python/ipython/py3/IPython/utils/_process_emscripten.py index 05dcdc34d5..bfc2518462 100644 --- a/contrib/python/ipython/py3/IPython/utils/_process_emscripten.py +++ b/contrib/python/ipython/py3/IPython/utils/_process_emscripten.py @@ -3,7 +3,6 @@ This file is only meant to be imported by process.py, not by end-users. """ - from ._process_common import arg_split |