Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Nov 20, 2023
1 parent 6703efc commit ba12bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python_register_toolchains(
python_version = "3.11",
)

load("@rules_appimage_python//:defs.bzl", rules_appimage_py_interpreter="interpreter")
load("@rules_appimage_python//:defs.bzl", rules_appimage_py_interpreter = "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")

pip_parse(
Expand Down
1 change: 0 additions & 1 deletion deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ def rules_appimage_deps():
strip_prefix = "rules_python-0.26.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
)

0 comments on commit ba12bd7

Please sign in to comment.