diff options
author | vitalii-perov <vitalii-perov@yandex-team.com> | 2025-02-12 22:50:46 +0300 |
---|---|---|
committer | vitalii-perov <vitalii-perov@yandex-team.com> | 2025-02-12 23:09:18 +0300 |
commit | f62313c8666d0439c9c8a5080f93f2443026b6cc (patch) | |
tree | 09edc1dc60b4584709f9ac6818302f25c7e7946c | |
parent | 47be9e91517cacef5a5fb2ccf94b7693340ffb65 (diff) | |
download | ydb-f62313c8666d0439c9c8a5080f93f2443026b6cc.tar.gz |
Node.js SDK: macOS example
commit_hash:840f0d61ff3faf49152baec524eab5f051bb2e73
-rw-r--r-- | build/plugins/nots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index e3f8ab9f0a..7d7f151ae1 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -2,6 +2,7 @@ import os from enum import auto, StrEnum from typing import Any, Literal, TYPE_CHECKING + # noinspection PyUnresolvedReferences import ymake |