We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a87e8 commit f4f8864Copy full SHA for f4f8864
bazel/dependencies_python.bzl
@@ -12,11 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-load("@rules_python//python:pip.bzl", "pip_parse")
16
load("@rules_fuzzing//fuzzing:init.bzl", "rules_fuzzing_init")
+load("@rules_python//python:pip.bzl", "pip_parse")
17
18
def proxy_wasm_cpp_host_dependencies_python():
19
-
20
# NOTE: this loads @fuzzing_py_deps via pip_parse
21
rules_fuzzing_init()
22
0 commit comments