| Index: sdk/lib/_internal/pub/lib/src/command_update.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command_update.dart b/sdk/lib/_internal/pub/lib/src/command_update.dart
|
| index b54cb64195f5dbb62568d8a157a42ab21f455bde..147e92582123761497eded42ac6a22cbe49b61e4 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command_update.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command_update.dart
|
| @@ -5,9 +5,10 @@
|
| library command_update;
|
|
|
| import 'dart:async';
|
| +
|
| +import 'command.dart';
|
| import 'entrypoint.dart';
|
| import 'log.dart' as log;
|
| -import 'pub.dart';
|
|
|
| /// Handles the `update` pub command.
|
| class UpdateCommand extends PubCommand {
|
|
|