Skip to content

MetaReader: fix flake8-bugbear warnings

Fix a few flake8-bugbear warnings:

  • B006: Do not use mutable data structures for argument defaults.
  • B007: Loop control variable not used within the loop body.
  • B009: Do not call getattr(x, 'attr').

Merge request reports