Do some code cleanup for RBTools.

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

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.

Summary ID
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
Description From Last Updated

Can we mention this warning being disabled in the description?

chipx86chipx86
chipx86
  1. 
      
  2. setup.cfg (Diff revision 1)
     
     

    Can we mention this warning being disabled in the description?

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (79be60e)
Loading...