Fix bazel load rules
This commit is contained in:
committed by
Mizux Seiha
parent
6a6e57a0b8
commit
5ffb66cdce
@@ -12,7 +12,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
load("@pip_deps//:requirements.bzl", "requirement")
|
||||
load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
||||
load("@rules_python//python:py_library.bzl", "py_library")
|
||||
load("@rules_python//python:py_test.bzl", "py_test")
|
||||
|
||||
package(default_visibility = ["//ortools/math_opt:__subpackages__"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user