diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-26 19:06:25 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-26 19:15:33 +0300 |
commit | 5664b66e56f1f5e01c739c4dc2feede562c6f7d1 (patch) | |
tree | 24528f6a9abec8a92a2e1957c6fbdd1f4efdabce /contrib/python | |
parent | af06403b33d8d529a8e7aaac332c8bce78420c35 (diff) | |
download | ydb-5664b66e56f1f5e01c739c4dc2feede562c6f7d1.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/appnope/py3/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/appnope/py3/ya.make b/contrib/python/appnope/py3/ya.make index a1901177d1..f70d0e3f2d 100644 --- a/contrib/python/appnope/py3/ya.make +++ b/contrib/python/appnope/py3/ya.make @@ -8,6 +8,10 @@ LICENSE(BSD-2-Clause) NO_LINT() +NO_CHECK_IMPORTS( + appnope._nope +) + PY_SRCS( TOP_LEVEL appnope/__init__.py |