E1140 unhashable-dict-key

Message

'Dict key is unhashable'

Description

Emitted when a dict key is not hashable (i.e. doesn’t define __hash__ method).