Skip to content

Commit

Permalink
Merge pull request dart-archive/async#5 from srawlins/remove-unused-i…
Browse files Browse the repository at this point in the history
…mports

Remove unused imports
  • Loading branch information
nex3 committed Mar 7, 2016
2 parents 0f04628 + d7a9dc8 commit 72f6462
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkgs/async/test/async_memoizer_test.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:async/async.dart';
import 'package:test/test.dart';

Expand Down
2 changes: 0 additions & 2 deletions pkgs/async/test/restartable_timer_test.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:async/async.dart';
import 'package:fake_async/fake_async.dart';
import 'package:test/test.dart';
Expand Down

0 comments on commit 72f6462

Please sign in to comment.