Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jan 11, 2024
1 parent 2b16229 commit 7f9a8f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit/providers/basic_provider/basic_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@


class BasicSimulator(BackendV2):
"""Python implementation of a basic (slow, non-efficient) quantum simulator.
"""Python implementation of a basic (slow, non-efficient) quantum simulator.
This implementation was originally based on the :class:`.BackendV1` interface, and later
migrated to :class:`.BackendV2`. However, certain legacy methods and properties from
migrated to :class:`.BackendV2`. However, certain legacy methods and properties from
:class:`.BackendV1` have been kept for backwards compatibility purposes, these are:
#. :meth:`.BasicSimulator.configuration`
Expand Down

0 comments on commit 7f9a8f5

Please sign in to comment.