Skip to content

Commit

Permalink
Remove unused dart:async imports (#27)
Browse files Browse the repository at this point in the history
Since Dart 2.1, Future and Stream have been exported by dart:core
  • Loading branch information
MichaelRFairhurst authored Sep 26, 2020
1 parent 18b7ca7 commit 8b3160e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/src/descriptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +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 'sandbox.dart';

/// A declarative description of a filesystem entry.
Expand Down
1 change: 0 additions & 1 deletion lib/src/nothing_descriptor.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 8b3160e

Please sign in to comment.