The reset function tries to shut off the pump and close the gripper. Even if these are not attached, this leads to a timeout error. The bug is in the pyuf\uf\wrapper\swift_api.py file and in the reset function
self.set_pump(False)
self.set_gripper(False)