Index: sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
index a14ab6fe5de669b6ef845ce11ee31ca7fe7e1b34..64a5b15496d12efda61fef41b40b31dd2dd7cfa8 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
@@ -7,7 +7,6 @@ library pub.command.upgrade; |
import 'dart:async'; |
import '../command.dart'; |
-import '../entrypoint.dart'; |
import '../log.dart' as log; |
/// Handles the `upgrade` pub command. |