diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 15:06:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-16 15:21:26 +0300 |
commit | f7349410895855a89832fff42aa1935bd6d27a4a (patch) | |
tree | ad84f73565798196922dfafa07d6ba38ee47646b /contrib | |
parent | 7514b45b489da1e853217adaa08478cb6dbae251 (diff) | |
download | ydb-f7349410895855a89832fff42aa1935bd6d27a4a.tar.gz |
Intermediate changes
commit_hash:5f5d69fd290364826df29cc8f1c844d6c9db2950
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/python/clickhouse-connect/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/clickhouse-connect/ya.make b/contrib/python/clickhouse-connect/ya.make index 0f490a7dbc..ab287865bd 100644 --- a/contrib/python/clickhouse-connect/ya.make +++ b/contrib/python/clickhouse-connect/ya.make @@ -22,6 +22,10 @@ NO_COMPILER_WARNINGS() NO_LINT() +NO_CHECK_IMPORTS( + clickhouse_connect.cc_sqlalchemy.* +) + PY_SRCS( TOP_LEVEL clickhouse_connect/__init__.py |