.. _dict-iter-missing-items: dict-iter-missing-items / E1141 =============================== **Message emitted:** Unpacking a dictionary in iteration without calling .items() **Description:** *Emitted when trying to iterate through a dict without calling .items()* Created by ``typecheck`` checker