Skip to content

TrigCaloMonitoring: Fix flake8 py3 warnings.

  • not ... in ... -> ... not in ...
  • trailing semicolons.
  • unused variables/imports. (Some lines deliberately left commented-out, as they're referenced from other commented lines.)

Merge request reports