Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 2205a60

Browse files
thomasvlallevato
authored andcommitted
Remove unused import.
RELNOTES: None PiperOrigin-RevId: 241385692
1 parent 7680e29 commit 2205a60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift/repositories.bzl

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Definitions for handling Bazel repositories used by the Swift rules."""
1616

17-
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
1817
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1918

2019
def _create_linux_toolchain(repository_ctx):
@@ -96,7 +95,7 @@ def _maybe(repo_rule, name, **kwargs):
9695
"""Executes the given repository rule if it hasn't been executed already.
9796
9897
Args:
99-
repo_rule: The repository rule to be executed (e.g., `git_repository`.)
98+
repo_rule: The repository rule to be executed (e.g., `http_archive`.)
10099
name: The name of the repository to be defined by the rule.
101100
**kwargs: Additional arguments passed directly to the repository rule.
102101
"""

0 commit comments

Comments
 (0)