Skip to content

Commit 94356f0

Browse files
authored
Merge pull request flutter#94 from srawlins/unused-async-2
Remove unused dart:async imports.
2 parents 64e254e + 63c58e3 commit 94356f0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/file_watcher/shared.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
6-
75
import 'package:test/test.dart';
86

97
import '../utils.dart';

test/utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io';
76

87
import 'package:async/async.dart';

0 commit comments

Comments
 (0)