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