.. _bad-thread-instantiation: bad-thread-instantiation / W1506 ================================ **Message emitted:** 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.* Created by ``stdlib`` checker