From 3011e8e1eb944510df7bc0d5eecf9d9da0e57593 Mon Sep 17 00:00:00 2001 From: Nate Schmitz Date: Fri, 8 Nov 2024 10:12:25 -0800 Subject: [PATCH] Internal changes. PiperOrigin-RevId: 694546626 --- python/ee/cli/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ee/cli/commands.py b/python/ee/cli/commands.py index 007b495fc..aba9f9a64 100644 --- a/python/ee/cli/commands.py +++ b/python/ee/cli/commands.py @@ -1640,7 +1640,6 @@ class UploadCommand(Dispatcher): UploadTableCommand, ] - class _UploadManifestBase: """Uploads an asset to Earth Engine using the given manifest file."""