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__))