aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:46 +0300
commit81eddc8c0b55990194e112b02d127b87d54164a9 (patch)
tree9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/python/ut
parent397cbe258b9e064f49c4ca575279f02f39fef76e (diff)
downloadydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python/ut')
-rw-r--r--contrib/libs/python/ut/lib/ya.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make
index 6806bd079e..cfa0aaa612 100644
--- a/contrib/libs/python/ut/lib/ya.make
+++ b/contrib/libs/python/ut/lib/ya.make
@@ -2,16 +2,16 @@ OWNER(spreis)
PY23_LIBRARY()
-WITHOUT_LICENSE_TEXTS()
-
+WITHOUT_LICENSE_TEXTS()
+
LICENSE(YandexOpen)
PEERDIR(
library/cpp/testing/unittest
)
-SRCS(
- test.cpp
-)
+SRCS(
+ test.cpp
+)
END()