commit | 20071683a0c6ca776a575454e8cae21743773450 | [log] [tgz] |
---|---|---|
author | Michael R Fairhurst <michaelrfairhurst@gmail.com> | Thu Sep 24 18:56:33 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 24 18:56:33 2020 -0700 |
tree | 7d96f0d26c612bd5577b994a7a8df527ea4a9c4c | |
parent | b0ecdd5519969d9d53063a4d88742a9529eb45a9 [diff] | |
parent | 850d82a52b6a99a520edd09986651487eaaa6fce [diff] |
Merge pull request dart-lang/glob#36 from MichaelRFairhurst/remove-import Remove unused dart:async import
diff --git a/pkgs/glob/lib/glob.dart b/pkgs/glob/lib/glob.dart index 6f6add6..75bedd6 100644 --- a/pkgs/glob/lib/glob.dart +++ b/pkgs/glob/lib/glob.dart
@@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -import 'dart:async'; - import 'package:path/path.dart' as p; import 'src/ast.dart';