Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Feb 20, 2022
1 parent 97247cf commit cf4e671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion foreign_cc/private/framework/toolchain.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""A module containing the implementation of the foreign_cc framework's toolchains"""

load("//foreign_cc/private/framework/toolchains:commands.bzl", "PLATFORM_COMMANDS")
load("//foreign_cc/private/framework/toolchains:mappings.bzl", "TOOLCHAIN_MAPPINGS")

_BUILD_FILE_CONTENT = """\
Expand Down
2 changes: 1 addition & 1 deletion foreign_cc/private/framework/toolchains/mappings.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A module defining default toolchain info for the foreign_cc framework"""

def _toolchain_mapping(*, file, repo_name, exec_compatible_with = [], target_compatible_with = []):
def _toolchain_mapping(file, repo_name, exec_compatible_with = [], target_compatible_with = []):
"""Mapping of toolchain definition files to platform constraints
Args:
Expand Down

0 comments on commit cf4e671

Please sign in to comment.