Skip to content

Commit

Permalink
tools/python: Remove unused loading of old py macro (#36820)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Oct 24, 2024
1 parent cbc5b5b commit 72b06f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/base/envoy_python.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
load("@aspect_bazel_lib//lib:jq.bzl", "jq")
load("@aspect_bazel_lib//lib:yq.bzl", "yq")
load("@base_pip3//:requirements.bzl", "requirement", base_entry_point = "entry_point")
load("@envoy_toolshed//py:macros.bzl", "entry_point")
load("@base_pip3//:requirements.bzl", "requirement")
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
load("@rules_python//python/entry_points:py_console_script_binary.bzl", "py_console_script_binary")

Expand Down

0 comments on commit 72b06f8

Please sign in to comment.