From 1d1aebb920188618b49ec50745bcb9d3d37199de Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 17 Sep 2019 14:26:49 -0700 Subject: [PATCH] Remove unused import --- bazel/python_rules.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/bazel/python_rules.bzl b/bazel/python_rules.bzl index c2a16d6cce1..483e265bf36 100644 --- a/bazel/python_rules.bzl +++ b/bazel/python_rules.bzl @@ -5,7 +5,6 @@ load( "get_include_protoc_args", "get_plugin_args", "get_proto_root", - "proto_path_to_generated_filename", "protos_from_context", "includes_from_deps", "get_proto_arguments",