When a function that always returns None is assigned to a variable this
message is emitted:
Assigning to function call which only returns None
I think it might be more clearly worded as:
Assigning value of function call which only returns None
Skip