Skip to content

Commit 2aedb4a

Browse files
committed
lint fix
1 parent 049f108 commit 2aedb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

botocore/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def _handle_list(self, shape, node):
352352
parsed = []
353353
member_shape = shape.member
354354
for item in node:
355-
# Treat all lists as sparse during parsing to safely handle null
355+
# Treat all lists as sparse during parsing to safely handle null
356356
# elements that may be present in service responses.
357357
if item is None:
358358
parsed.append(None)

0 commit comments

Comments
 (0)