Do some code cleanup for RBTools.

Review Request #12128 — Created March 9, 2022 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

This change cleans up some small issues across the RBTools codebase.
These fall into a few general categories:

  • Remove unused imports
  • Mark some regex patterns as raw strings to avoid invalid escape
    sequence warnings.
  • General style cleanup (blank lines, text width)
  • Fix up a couple minor string type bugs.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Do some code cleanup for RBTools.
This change cleans up some small issues across the RBTools codebase. These fall into a few general categories: - Remove unused imports - Mark some regex patterns as raw strings to avoid invalid escape sequence warnings. - General style cleanup (blank lines, text width) - Fix up a couple minor string type bugs. Testing Done: Ran unit tests.
c152aeecb1abc82f827e95fab2aba87e28f77a10 David Trowbridge
setup.cfg
rbtools/api/capabilities.py
rbtools/api/resource.py
rbtools/clients/clearcase.py
rbtools/clients/git.py
rbtools/clients/mercurial.py
rbtools/clients/perforce.py
rbtools/clients/svn.py
rbtools/clients/tfs.py
rbtools/clients/tests/test_bzr.py
rbtools/clients/tests/test_git.py
rbtools/clients/tests/test_mercurial.py
rbtools/commands/__init__.py
rbtools/commands/diff.py
rbtools/commands/patch.py
rbtools/commands/setup_completion.py
rbtools/commands/status.py
rbtools/hooks/common.py
rbtools/utils/filesystem.py
Loading...