C0205 single-string-used-for-slotsΒΆ

Message

'Class __slots__ should be a non-string iterable'

Description

Used when a class __slots__ is a simple string, rather than an iterable.