Skip to content

Commit

Permalink
Update pennylane/workflow/qnode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijapau authored Jan 10, 2025
1 parent 4b28817 commit 1de753b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pennylane/workflow/qnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ def update(self, **kwargs) -> "QNode":
original_init_args.update(kwargs)
return QNode(**original_init_args)


# pylint: disable=too-many-return-statements, unused-argument
@staticmethod
@debug_logger
Expand Down

0 comments on commit 1de753b

Please sign in to comment.