Skip to content

Commit f4f8864

Browse files
committed
Formatting fix
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent f0a87e8 commit f4f8864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: bazel/dependencies_python.bzl

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@rules_python//python:pip.bzl", "pip_parse")
1615
load("@rules_fuzzing//fuzzing:init.bzl", "rules_fuzzing_init")
16+
load("@rules_python//python:pip.bzl", "pip_parse")
1717

1818
def proxy_wasm_cpp_host_dependencies_python():
19-
2019
# NOTE: this loads @fuzzing_py_deps via pip_parse
2120
rules_fuzzing_init()
2221

0 commit comments

Comments
 (0)