Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aemous committed Sep 19, 2024
1 parent 46875f9 commit 8da209c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ def __init__(self, name, documentation, parse_type, serialized_name):
self._required = False

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

@property
Expand Down

0 comments on commit 8da209c

Please sign in to comment.