diff options
author | anastasy888 <anastasy888@yandex-team.ru> | 2022-02-10 16:45:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:55 +0300 |
commit | 3a7a498715ef1b66f5054455421b845e45e3a653 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/_test_const.py | |
parent | 49f765d71da452ea93138a25559dfa68dd76c7f3 (diff) | |
download | ydb-3a7a498715ef1b66f5054455421b845e45e3a653.tar.gz |
Restoring authorship annotation for <anastasy888@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/_test_const.py')
-rw-r--r-- | build/plugins/_test_const.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/_test_const.py b/build/plugins/_test_const.py index 102c1d31c2a..0d03cc3d179 100644 --- a/build/plugins/_test_const.py +++ b/build/plugins/_test_const.py @@ -71,8 +71,8 @@ PEP8_PY2_RESOURCE = 'PEP8_PY2_RESOURCE_GLOBAL' PEP8_PY3_RESOURCE = 'PEP8_PY3_RESOURCE_GLOBAL' FLAKES_PY2_RESOURCE = 'FLAKES_PY2_RESOURCE_GLOBAL' FLAKES_PY3_RESOURCE = 'FLAKES_PY3_RESOURCE_GLOBAL' -FLAKE8_PY2_RESOURCE = 'FLAKE8_PY2_RESOURCE_GLOBAL' -FLAKE8_PY3_RESOURCE = 'FLAKE8_PY3_RESOURCE_GLOBAL' +FLAKE8_PY2_RESOURCE = 'FLAKE8_PY2_RESOURCE_GLOBAL' +FLAKE8_PY3_RESOURCE = 'FLAKE8_PY3_RESOURCE_GLOBAL' class Enum(object): |