Skip to content

Commit

Permalink
chore: test Black configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoHermes committed Jul 31, 2024
1 parent dba48ee commit 0b3e0df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mpqp/core/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
from __future__ import annotations

from copy import deepcopy




from numbers import Complex
from pickle import dumps
from typing import TYPE_CHECKING, Iterable, Optional, Sequence, Type
Expand Down Expand Up @@ -123,6 +119,9 @@ def __init__(
nb_qubits: Optional[int] = None,
nb_cbits: Optional[int] = None,
label: Optional[str] = None,



):
self.nb_cbits = nb_cbits
"""See parameter description."""
Expand Down

0 comments on commit 0b3e0df

Please sign in to comment.