W1646 invalid-str-codecΒΆ

Message

'non-text encoding used in str.decode'

Description

Used when using str.encode or str.decode with a non-text encoding. Use codecs module to handle arbitrary codecs.