Skip to content

Commit

Permalink
Above -> below
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jan 18, 2024
1 parent f9b2516 commit d27301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linodecli/api_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _traverse_request_body(o: Any) -> Any:
# and explicit None values are converted here.
# See: operation.py
# NOTE: These aren't handled at the top-level of this function
# because we don't want them filtered out in the step above.
# because we don't want them filtered out in the step below.
if isinstance(v, ExplicitEmptyListValue):
result[k] = []
continue
Expand Down

0 comments on commit d27301d

Please sign in to comment.