Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Remove unused dart:async import
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 committed Sep 25, 2020
1 parent bd0d65e commit a1d6fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_process_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 'dart:io';

import 'package:path/path.dart' as p;
Expand Down

0 comments on commit a1d6fad

Please sign in to comment.