Unverified Commit 8952fb38 authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Remove unused dart:async imports. (#72410)

parent ca82c572
......@@ -2,7 +2,6 @@
// 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:math';
import 'package:flutter/rendering.dart';
......
......@@ -6,7 +6,7 @@
///
/// Asynchronous computations are represented by [Future]s and [Stream]s.
import 'dart:async' show Future, Stream, StreamSubscription;
import 'dart:async' show StreamSubscription;
import 'package:flutter/foundation.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment