Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed May 31, 2023
1 parent 7b47234 commit 55f96b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bazel_ros2_rules/ros2/tools/dload_py.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def _to_py_list(collection):

def _dload_py_shim_impl(ctx):
template = _resolve_isolation(
_DLOAD_PY_SHIM_TEMPLATE, ctx.attr.network_isolation)
_DLOAD_PY_SHIM_TEMPLATE,
ctx.attr.network_isolation,
)
return do_dload_shim(ctx, template, _to_py_list)

dload_py_shim = rule(
Expand Down

0 comments on commit 55f96b3

Please sign in to comment.