Skip to content

Commit

Permalink
Remove unused dart:async imports
Browse files Browse the repository at this point in the history
Since Dart 2.1, Future and Stream have been exported from dart:core
  • Loading branch information
MichaelRFairhurst authored and sigmundch committed Sep 23, 2020
1 parent 0632a62 commit 66a7193
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/src/deferred_library_check.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
/// specification.
library dart2js_info.bin.deferred_library_check;

import 'dart:async';
import 'dart:io';

import 'package:args/command_runner.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/src/io.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:async';
import 'dart:convert';
import 'dart:io';

Expand Down
1 change: 0 additions & 1 deletion test/hello_world_deferred/hello_world_deferred.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:async';
import 'deferred_import.dart' deferred as deferred_import;

Future<void> main() async {
Expand Down

0 comments on commit 66a7193

Please sign in to comment.