diff options
author | shadchin <shadchin@yandex-team.com> | 2023-08-27 11:12:59 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-08-27 11:26:27 +0300 |
commit | 8cfc0792df1b972b7dcd1a27120102b52c80119a (patch) | |
tree | 49b6fa122abd66afbc23ead8664e9e89b54009fa /library/python/resource/ut/py3 | |
parent | 53e534d6b6d324487d4958e0789d00ed76438102 (diff) | |
download | ydb-8cfc0792df1b972b7dcd1a27120102b52c80119a.tar.gz |
Put library/python/resource under ya style
Diffstat (limited to 'library/python/resource/ut/py3')
-rw-r--r-- | library/python/resource/ut/py3/ya.make | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/python/resource/ut/py3/ya.make b/library/python/resource/ut/py3/ya.make deleted file mode 100644 index 65256285923..00000000000 --- a/library/python/resource/ut/py3/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY3TEST() - -PEERDIR( - library/python/resource/ut/lib -) - -END() |