aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkemsta <kemsta@yandex-team.ru>2022-02-10 16:48:25 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:25 +0300
commit744004c3e9ab99f53e921ce9093f5f50816bff76 (patch)
tree8f0fe1b1e76656776f90546fdf078a7819d11671
parent68f78ded45e205faf8fa414b5d7491dc5fe1bd2a (diff)
downloadydb-744004c3e9ab99f53e921ce9093f5f50816bff76.tar.gz
Restoring authorship annotation for <kemsta@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--build/rules/go/vendor.policy6
-rw-r--r--contrib/python/ya.make4
-rw-r--r--library/python/svn_version/__svn_version.pyx2
-rw-r--r--library/python/svn_version/ut/lib/test_simple.py4
4 files changed, 8 insertions, 8 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy
index 3e9c0acada..0a4190c5c0 100644
--- a/build/rules/go/vendor.policy
+++ b/build/rules/go/vendor.policy
@@ -107,9 +107,9 @@ ALLOW .* -> vendor/github.com/zhangjianweibj/prometheus-libvirt-exporter
# CONTRIB-2086 go-libvirt
ALLOW .* -> vendor/github.com/digitalocean/go-libvirt
-# CONTRIB-1872 pure ipp proto implementation
-ALLOW .* -> vendor/github.com/phin1x/go-ipp
-
+# CONTRIB-1872 pure ipp proto implementation
+ALLOW .* -> vendor/github.com/phin1x/go-ipp
+
# CONTRIB-2113 gobreaker
ALLOW .* -> vendor/github.com/sony/gobreaker
diff --git a/contrib/python/ya.make b/contrib/python/ya.make
index d01ced9f3a..dc66f491b2 100644
--- a/contrib/python/ya.make
+++ b/contrib/python/ya.make
@@ -16,7 +16,7 @@ RECURSE(
aioftp
aiogram
aiographite
- aiohttp
+ aiohttp
aiohttp-apispec
aiohttp-cors
aiohttp-jinja2
@@ -642,7 +642,7 @@ RECURSE(
msal
msgpack
mujson
- multidict
+ multidict
multitasking
munch
murmurhash
diff --git a/library/python/svn_version/__svn_version.pyx b/library/python/svn_version/__svn_version.pyx
index d66bc09d24..788d32b8e8 100644
--- a/library/python/svn_version/__svn_version.pyx
+++ b/library/python/svn_version/__svn_version.pyx
@@ -14,7 +14,7 @@ def svn_version():
return fu.bytes_to_native_str(GetProgramSvnVersion())
def svn_revision():
- return GetProgramSvnRevision()
+ return GetProgramSvnRevision()
def svn_last_revision():
return GetArcadiaLastChangeNum()
diff --git a/library/python/svn_version/ut/lib/test_simple.py b/library/python/svn_version/ut/lib/test_simple.py
index 2c27af6c68..06d12b6cb1 100644
--- a/library/python/svn_version/ut/lib/test_simple.py
+++ b/library/python/svn_version/ut/lib/test_simple.py
@@ -4,8 +4,8 @@ import library.python.svn_version as sv
def test_simple():
assert sv.svn_version()
assert isinstance(sv.svn_version(), str)
- assert sv.svn_revision()
- assert isinstance(sv.svn_revision(), int)
+ assert sv.svn_revision()
+ assert isinstance(sv.svn_revision(), int)
assert sv.svn_last_revision()
assert isinstance(sv.svn_last_revision(), int)
assert sv.svn_last_revision() > 0