Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary dart:async imports (#50)
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 Sep 28, 2020
1 parent 28691df commit 1db3b85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/interface/local_process_manager.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:convert';
import 'dart:io'
show
Expand Down
1 change: 0 additions & 1 deletion lib/src/interface/process_manager.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:convert';
import 'dart:io'
show
Expand Down

0 comments on commit 1db3b85

Please sign in to comment.