Skip to content

Commit

Permalink
Remove the duplicated docs for a BackendV1 classmethod (#12443) (#12444)
Browse files Browse the repository at this point in the history
(cherry picked from commit 16acb80)

Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com>
  • Loading branch information
mergify[bot] and arnaucasau committed May 20, 2024
1 parent d73783b commit 3d90917
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions qiskit/providers/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def __init__(self, configuration, provider=None, **fields):
This next bit is necessary just because autosummary generally won't summarise private
methods; changing that behaviour would have annoying knock-on effects through all the
rest of the documentation, so instead we just hard-code the automethod directive.
In addition to the public abstract methods, subclasses should also implement the following
private methods:
.. automethod:: _default_options
:noindex:
"""
self._configuration = configuration
self._options = self._default_options()
Expand Down

0 comments on commit 3d90917

Please sign in to comment.