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')
.
Fix a few flake8-bugbear warnings:
getattr(x, 'attr')
.