E1128 assignment-from-noneΒΆ

Message

'Assigning result of a function call, where the function returns None'

Description

Used when an assignment is done on a function call but the inferred function returns nothing but None.