diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-10-21 04:35:55 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-10-21 05:14:46 +0300 |
commit | 61e65e86eb9daac7be0a0d3dbca1686fbfb3dcae (patch) | |
tree | dd92d550d5798346a60563cfb2b36c2cb9f81e39 /build/plugins/cpp_style.py | |
parent | 3223732c2dd456d88d3d71cc498ead9bce2ec185 (diff) | |
download | ydb-61e65e86eb9daac7be0a0d3dbca1686fbfb3dcae.tar.gz |
cleanup plugins
Diffstat (limited to 'build/plugins/cpp_style.py')
-rw-r--r-- | build/plugins/cpp_style.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/plugins/cpp_style.py b/build/plugins/cpp_style.py index 6d59a1f0d4..fd2b63e7f3 100644 --- a/build/plugins/cpp_style.py +++ b/build/plugins/cpp_style.py @@ -1,8 +1,3 @@ -import os - -from _common import sort_by_keywords - - def on_style(unit, *args): def it(): yield 'DONT_PARSE' |