From 40548a2974f1aea06215272d9c2b47a14a24e556 Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 5 Feb 2021 04:29:43 -0800 Subject: [PATCH] Automatic code cleanup. PiperOrigin-RevId: 355825197 Change-Id: I8acfc20228816c04fcf48bfcc435cbde2b1fb608 --- tools/migration/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/migration/BUILD b/tools/migration/BUILD index 9fe28d7..443299b 100644 --- a/tools/migration/BUILD +++ b/tools/migration/BUILD @@ -50,7 +50,6 @@ py_test( python_version = "PY3", deps = [ ":legacy_fields_migration_lib", - "//net/proto2/python/public:use_pure_python", "//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2", ], ) @@ -92,7 +91,6 @@ py_test( python_version = "PY3", deps = [ ":ctoolchain_comparator_lib", - "//net/proto2/python/public:use_pure_python", "//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2", "@py_mock//py/mock", ],