Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 213268085
  • Loading branch information
thomasvl authored and Copybara-Service committed Sep 17, 2018
1 parent bcaae47 commit 5558918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_defs/docker/build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ load(
_join_path = "join",
)
load(":serialize.bzl", _serialize_dict = "dict_to_associative_list")
load("//third_party/bazel_skylib:lib.bzl", "collections")
load("//third_party/bazel_skylib/lib:collections.bzl", "collections")

def _build_layer(ctx):
"""Build the current layer for appending it the base layer."""
Expand Down

0 comments on commit 5558918

Please sign in to comment.