Skip to content

Commit

Permalink
fix too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tak Hur authored and Tak Hur committed Dec 17, 2024
1 parent bb786b8 commit d9b91a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
This module contains a prototype base class for constructing Qiskit devices
for PennyLane with the new device API.
"""
# pylint: disable=too-many-instance-attributes,attribute-defined-outside-init
# pylint: disable=too-many-instance-attributes,attribute-defined-outside-init,too-many-positional-arguments



import warnings
Expand Down

0 comments on commit d9b91a3

Please sign in to comment.