Skip to content

Commit

Permalink
Merge pull request flutter#94 from srawlins/unused-async-2
Browse files Browse the repository at this point in the history
Remove unused dart:async imports.
  • Loading branch information
srawlins authored Nov 12, 2020
2 parents 64e254e + 63c58e3 commit 94356f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/file_watcher/shared.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 'package:test/test.dart';

import '../utils.dart';
Expand Down
1 change: 0 additions & 1 deletion test/utils.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:async/async.dart';
Expand Down

0 comments on commit 94356f0

Please sign in to comment.