Refactor: python: Remove an unnecessary rstrip call.
strip() already removes whitespace from both ends of a string. There's
no need to call rstrip after.
Refactor: python: Remove an unnecessary rstrip call. Tags None Referenced Files None Subscribers None
Description
Details
|