Skip to content

TriggerMenuMT: fix flake8-bugbear warnings

Frank Winklmeier requested to merge fwinkl/athena:tmmt_bugbear into 24.0

Fix a few flake8-bugbear warnings:

  • B005: strip usage with sub-string
  • B009: unnecessary getattr
  • B018: useless tuple expression
  • B020: loop re-assigning iterator

Merge request reports