commit | 45017c1dfd6a88a1f36e059cf65b03fac5408cfb | [log] [tgz] |
---|---|---|
author | Sam Rawlins <srawlins@google.com> | Wed Oct 09 14:27:56 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 09 14:27:56 2024 +0000 |
tree | beb4629515ed2999798a9130ff64161158d7f2d6 | |
parent | a18645763d12bfd4a5e3cc19a191063a62051e3e [diff] |
linter: tidy an import Change-Id: I58704b3183c59144f643bdeafe134ba410658a11 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389021 Reviewed-by: Phil Quitslund <pquitslund@google.com> Auto-Submit: Samuel Rawlins <srawlins@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/pkg/linter/tool/machine.dart b/pkg/linter/tool/machine.dart index 490cefc..719f3ce 100644 --- a/pkg/linter/tool/machine.dart +++ b/pkg/linter/tool/machine.dart
@@ -14,8 +14,8 @@ import 'package:linter/src/utils.dart'; import 'package:yaml/yaml.dart'; -import '../tool/util/path_utils.dart'; import 'messages_info.dart'; +import 'util/path_utils.dart'; /// Generates a list of built-in lint rules in JSON suitable for /// consumption by other tools.