ClearCase updates part 1: basic cleanup

Review Request #13605 — Created March 4, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

This change does some very basic cleanup to the ClearCase implementation
in RBTools:

  • Replace %-format strings with f-strings where it makes sense.
  • Change "unicode" to "str" in docstrings.
  • Remove a few unused private methods.
  • Fix up some line length issues.

Ran unit tests.

Commits

Files

    Loading...