Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit d5f62fe

Browse files
authored
Remove unused dart:async imports. (#51)
As of Dart 2.1, Future/Stream have been exported from dart:core.
1 parent 77e26b3 commit d5f62fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/crawl_async_test.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 'package:graphs/graphs.dart';

0 commit comments

Comments
 (0)