Skip to content

Commit

Permalink
remove dead comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Sep 25, 2024
1 parent 30def51 commit 3b0f868
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down

0 comments on commit 3b0f868

Please sign in to comment.