aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-07-27 11:27:05 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-07-27 11:27:05 +0300
commitea1ca2e50424dbd6377f16b590929e4cdbc2e68a (patch)
treee58f1472acf9e9467d153c94812a052c57f5e94c
parent04d38a5cbb18858ae2540c905faf6510f7a9d99d (diff)
downloadydb-ea1ca2e50424dbd6377f16b590929e4cdbc2e68a.tar.gz
Intermediate changes
-rw-r--r--library/python/reservoir_sampling/ya.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/python/reservoir_sampling/ya.make b/library/python/reservoir_sampling/ya.make
index 3582136180..d48797a09c 100644
--- a/library/python/reservoir_sampling/ya.make
+++ b/library/python/reservoir_sampling/ya.make
@@ -1,5 +1,7 @@
PY23_LIBRARY()
+STYLE_PYTHON()
+
PY_SRCS(__init__.py)
END()