diff options
author | dshmatkov <dshmatkov@yandex-team.ru> | 2022-02-10 16:48:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:27 +0300 |
commit | 3a1449f44e2361ebf1a230ca6ab2cbcb1fed4e74 (patch) | |
tree | ab124f0c5ee8a3a3a3475bf13b15cee6c20401f4 /contrib/python/boto3 | |
parent | 46a845266642908d219e388c0d88bf7f0e1950de (diff) | |
download | ydb-3a1449f44e2361ebf1a230ca6ab2cbcb1fed4e74.tar.gz |
Restoring authorship annotation for <dshmatkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/boto3')
-rw-r--r-- | contrib/python/boto3/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/boto3/ya.make b/contrib/python/boto3/ya.make index bd12ae12b7..8b0681428f 100644 --- a/contrib/python/boto3/ya.make +++ b/contrib/python/boto3/ya.make @@ -6,12 +6,12 @@ VERSION(1.17.112) LICENSE(Apache-2.0) -PEERDIR( - contrib/python/botocore +PEERDIR( + contrib/python/botocore contrib/python/jmespath contrib/python/s3transfer -) - +) + NO_LINT() PY_SRCS( |