Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aemous committed Sep 19, 2024
1 parent 4f26d94 commit ace0ce7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions awscli/customizations/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,8 @@ def add_to_parser(self, parser):
type=self.type_map[self._parse_type])

def _emit_non_positive_max_items_warning(self):
uni_print(
"warning: Non-positive values for --max-items may result in undefined behavior.\n",
sys.stderr)
uni_print("warning: Non-positive values for --max-items may result in undefined behavior.\n",
sys.stderr)

def add_to_params(self, parameters, value):
if value is not None:
Expand Down

0 comments on commit ace0ce7

Please sign in to comment.