From a2db9d15c2a891ef7900235199f1dd1b50f85f73 Mon Sep 17 00:00:00 2001 From: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:14:27 -0800 Subject: [PATCH] fix: reorder imports Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> --- gazelle/python/target.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gazelle/python/target.go b/gazelle/python/target.go index fdc99fc68c..149c158a94 100644 --- a/gazelle/python/target.go +++ b/gazelle/python/target.go @@ -15,11 +15,12 @@ package python import ( + "path/filepath" + "github.com/bazelbuild/bazel-gazelle/config" "github.com/bazelbuild/bazel-gazelle/rule" "github.com/emirpasic/gods/sets/treeset" godsutils "github.com/emirpasic/gods/utils" - "path/filepath" ) // targetBuilder builds targets to be generated by Gazelle.