diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.com> | 2024-01-24 06:49:12 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:02:16 +0300 |
commit | 66bdd11d55e5721c6685ab3ca09cd7734b597838 (patch) | |
tree | a3bd2d914a52b8e434b01053c1a256d6b1375cd0 | |
parent | 9d3fa93ac88807768928db39fbdc194eecb99ed0 (diff) | |
download | ydb-66bdd11d55e5721c6685ab3ca09cd7734b597838.tar.gz |
Flake8 migrations clean up
From hash: [6946e548cd53369d6153749584b20e1291dab772](https://a.yandex-team.ru/arcadia/commit/6946e548cd53369d6153749584b20e1291dab772)
From revision: [13288792](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/2134828620
Clean migrations config
-rw-r--r-- | yt/yt/client/bundle_controller_client/bundle_controller_settings.h | 1 | ||||
-rw-r--r-- | yt/yt/library/program/config.h | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/yt/yt/client/bundle_controller_client/bundle_controller_settings.h b/yt/yt/client/bundle_controller_client/bundle_controller_settings.h index 08830a1df9..92d2358a07 100644 --- a/yt/yt/client/bundle_controller_client/bundle_controller_settings.h +++ b/yt/yt/client/bundle_controller_client/bundle_controller_settings.h @@ -6,7 +6,6 @@ #include <yt/yt/client/tablet_client/public.h> -#include <yt/yt/core/ytree/yson_serializable.h> #include <yt/yt/core/ytree/yson_struct.h> #include <yt/yt_proto/yt/client/bundle_controller/proto/bundle_controller_service.pb.h> diff --git a/yt/yt/library/program/config.h b/yt/yt/library/program/config.h index 0f70fa8b88..a5432c284e 100644 --- a/yt/yt/library/program/config.h +++ b/yt/yt/library/program/config.h @@ -210,18 +210,10 @@ void WarnForUnrecognizedOptions( const NLogging::TLogger& logger, const NYTree::TYsonStructPtr& config); -void WarnForUnrecognizedOptions( - const NLogging::TLogger& logger, - const NYTree::TYsonSerializablePtr& config); - void AbortOnUnrecognizedOptions( const NLogging::TLogger& logger, const NYTree::TYsonStructPtr& config); -void AbortOnUnrecognizedOptions( - const NLogging::TLogger& logger, - const NYTree::TYsonSerializablePtr& config); - //////////////////////////////////////////////////////////////////////////////// } // namespace NYT |