Do some code cleanup for RBTools.

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

david
RBTools
master
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.

Ran unit tests.

Summary
Do some code cleanup for RBTools.
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...