W1506 bad-thread-instantiationΒΆ

Message

'threading.Thread needs the target function'

Description

The warning is emitted when a threading.Thread class is instantiated without the target function being passed. By default, the first parameter is the group param, not the target param.