Skip to content

Commit 3495527

Browse files
committed
Formatting.
1 parent 92410dc commit 3495527

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

awscli/customizations/paginate.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,11 @@ class PageArgument(BaseCLIArgument):
371371
SHAPE_CONSTRAINT_KEYS = ('min', 'max')
372372

373373
def __init__(
374-
self, name, documentation, parse_type, serialized_name,
374+
self,
375+
name,
376+
documentation,
377+
parse_type,
378+
serialized_name,
375379
shape_metadata=None,
376380
):
377381
shape_model = {'type': parse_type}

0 commit comments

Comments
 (0)