Skip to content

Commit c9e9822

Browse files
Formatting & Linting
1 parent 19e5af6 commit c9e9822

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
load("@aspect_rules_lint//format:defs.bzl", "format_multirun", "format_test")
1515
load("@aspect_rules_py//py:defs.bzl", "py_library")
16+
load("@rules_java//java:java_binary.bzl", "java_binary")
1617
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
1718
load("@score_tooling//:defs.bzl", "dash_license_checker")
1819

src/extensions/BUILD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14-
load("@aspect_rules_py//py:defs.bzl", "py_binary", "py_library")
15-
load("@docs_as_code_hub_env//:requirements.bzl", "all_requirements")
16-
load("@score_tooling//:defs.bzl", "score_py_pytest", "score_virtualenv")
14+
load("@aspect_rules_py//py:defs.bzl", "py_library")
1715

1816
py_library(
1917
name = "score_plantuml",

0 commit comments

Comments
 (0)