diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-19 00:01:09 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-19 00:11:11 +0300 |
commit | 4a1e3ae4a426d939fc4a694485f5ba122dc800a7 (patch) | |
tree | 99c417604709b0a7594d5a1b09e9f94b05732b81 /contrib/python/setuptools/py3/setuptools/launch.py | |
parent | fd9ad84b3d25d96de9905dbe53916e479b086204 (diff) | |
download | ydb-4a1e3ae4a426d939fc4a694485f5ba122dc800a7.tar.gz |
Intermediate changes
commit_hash:6bde9d54b080b7f086eb02bec4faa80a0e116dda
Diffstat (limited to 'contrib/python/setuptools/py3/setuptools/launch.py')
-rw-r--r-- | contrib/python/setuptools/py3/setuptools/launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/setuptools/py3/setuptools/launch.py b/contrib/python/setuptools/py3/setuptools/launch.py index 56c7d035f10..0d162647d55 100644 --- a/contrib/python/setuptools/py3/setuptools/launch.py +++ b/contrib/python/setuptools/py3/setuptools/launch.py @@ -10,7 +10,7 @@ import sys import tokenize -def run(): +def run() -> None: """ Run the script in sys.argv[1] as if it had been invoked naturally. |