Skip to content

Commit

Permalink
Remove unnecessary dart:async import.
Browse files Browse the repository at this point in the history
With the version constraint excluding 2.0, the import is not necessary.
  • Loading branch information
MichaelRFairhurst committed Aug 20, 2020
1 parent 24b38df commit 06dacc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pedantic.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' show Future;

/// Indicates to tools that [future] is intentionally not `await`-ed.
///
/// In an `async` context, it is normally expected that all [Future]s are
Expand Down

0 comments on commit 06dacc2

Please sign in to comment.