Skip to content

Commit

Permalink
Remove unused dart:async imports.
Browse files Browse the repository at this point in the history
As of Dart 2.1, Future/Stream have been exported from dart:core.
  • Loading branch information
srawlins authored and renggli committed Nov 8, 2020
1 parent 7a80793 commit 0d43fd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/events_test.dart
@@ -1,4 +1,3 @@
import 'dart:async';
import 'dart:math' show min, Random;

import 'package:convert/convert.dart' show AccumulatorSink;
Expand Down

0 comments on commit 0d43fd2

Please sign in to comment.