diff options
author | say <say@yandex-team.com> | 2023-12-08 17:40:48 +0300 |
---|---|---|
committer | say <say@yandex-team.com> | 2023-12-08 19:58:59 +0300 |
commit | 914f57e3243f53dd89dd3adb4d8b6d35c47f46ce (patch) | |
tree | 98a1f1f1f5e2c38db3a78da10aeb7eb7d4e952e0 /build/platform/python | |
parent | e61293d91ee7c923944f627d8e1138bcb17cacad (diff) | |
download | ydb-914f57e3243f53dd89dd3adb4d8b6d35c47f46ce.tar.gz |
Make support_retries() and get_type() methods of object instead of class ones. Reduce get_type_name() usage.
Diffstat (limited to 'build/platform/python')
-rw-r--r-- | build/platform/python/ymake_python2/resources.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/build/platform/python/ymake_python2/resources.json b/build/platform/python/ymake_python2/resources.json deleted file mode 100644 index 880a39a053..0000000000 --- a/build/platform/python/ymake_python2/resources.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "by_platform": { - "darwin-arm64": { - "uri": "sbr:2989596911" - }, - "darwin-x86_64": { - "uri": "sbr:2989597929" - }, - "linux-x86_64": { - "uri": "sbr:2989598506" - }, - "linux-ppc64le": { - "uri": "sbr:2989596149" - }, - "win32-x86_64": { - "uri": "sbr:2989597467" - }, - "linux-aarch64": { - "uri": "sbr:3864777619" - } - } -} |