Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shabanzd authored and lalten committed Nov 20, 2023
1 parent b64732f commit 3903a86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appimage/private/tool/BUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
load("@rules_appimage_py_deps//:requirements.bzl", "requirement")

load("@rules_python//python:defs.bzl", "py_binary", "py_library")

py_library(
name = "mkappimage",
srcs = ["mkappimage.py"],
data = ["@squashfs-tools//:mksquashfs"],
visibility = ["//visibility:public"],
deps = [requirement("bazel-runfiles")],
)
)

py_binary(
name = "tool",
Expand Down

0 comments on commit 3903a86

Please sign in to comment.