aboutsummaryrefslogtreecommitdiff
path: root/gazelle
diff options
context:
space:
mode:
authorThulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>2023-01-31 16:47:17 -0800
committerGitHub <noreply@github.com>2023-01-31 19:47:17 -0500
commit6e5a5641bf5cc1caf0d003fe6bd852a7324e61e1 (patch)
treef9220a77ca12c4d722b5021e1319ac65e5e83223 /gazelle
parent9fc7cfa82ac834f0dcc5ba321a46b93e9b728f87 (diff)
downloadbazelbuild-rules_python-6e5a5641bf5cc1caf0d003fe6bd852a7324e61e1.tar.gz
fix: reorder imports (#1034)
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
Diffstat (limited to 'gazelle')
-rw-r--r--gazelle/python/target.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/gazelle/python/target.go b/gazelle/python/target.go
index fdc99fc..149c158 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.