mbox series

[nfs-utils,v3,0/7] rpcctl: Flake8 cleanups

Message ID 20250115202957.113352-1-anna@kernel.org (mailing list archive)
Headers show
Series rpcctl: Flake8 cleanups | expand

Message

Anna Schumaker Jan. 15, 2025, 8:29 p.m. UTC
From: Anna Schumaker <anna.schumaker@oracle.com>

Apologies for the noise. I just realized I gave the wrong range to `git
format-patch`, and accidentally resent somebody else's patch that has
already been merged.

This is a series of cleanups for rpcctl.py to fix up various style
issues after running `flake8` on the code.

Thoughts?
Anna


Anna Schumaker (7):
  rpcctl: Fix flake8 whitespace errors
  rpcctl: Fix flake8 line-too-long errors
  rpcctl: Fix flake8 bare exception error
  rpcctl: Fix flake8 ambiguous-variable-name error
  rpcctl: Add missing docstrings to the Xprt class
  rpcctl: Add missing docstrings to the XprtSwitch class
  rpcctl: Add remaining missing docstrings

 tools/rpcctl/rpcctl.py | 107 ++++++++++++++++++++++++++++++-----------
 1 file changed, 80 insertions(+), 27 deletions(-)