diff --git a/pennylane/devices/default_tensor.py b/pennylane/devices/default_tensor.py index 79944996f08..e54e10ddbf3 100644 --- a/pennylane/devices/default_tensor.py +++ b/pennylane/devices/default_tensor.py @@ -714,4 +714,3 @@ def execute_and_compute_vjp( raise NotImplementedError( "The computation of vector-Jacobian product has yet to be implemented for the default.tensor device." ) -