From 3b0f8686e9cf4c2229bdd8d8df43f7447b7489d9 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 25 Sep 2024 09:48:46 -0400 Subject: [PATCH] remove dead comment --- botocore/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/botocore/__init__.py b/botocore/__init__.py index 605c7611f6..518d8aad91 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -55,10 +55,6 @@ def emit(self, record): ('ExecutePartiQLBatch', '_'): 'execute_partiql_batch', ('ExecutePartiQLBatch', '-'): 'execute-partiql-batch', } -# The items in this dict represent partial renames to apply globally to all -# services which might have a matching argument or operation. This way a -# common mis-translation can be fixed without having to call out each -# individual case. ScalarTypes = ('string', 'integer', 'boolean', 'timestamp', 'float', 'double') BOTOCORE_ROOT = os.path.dirname(os.path.abspath(__file__))