summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 35821361805..d48797a09c3 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()