Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NischalQuTech committed Oct 21, 2024
1 parent a9b6cbb commit e0e3a8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qiskit_quantuminspire/qi_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ def __init__(self, backend_type: BackendType, **kwargs: Any):
custom_name_mapping=_CQASM_QISKIT_GATE_MAPPING,
)

def __repr__(self) -> str:
return f"QIBackend(name={self.name}, id={self.id})"

def __repr_pretty__(self, p: PrettyPrinter) -> None:
p.pprint(f"QIBackend(name={self.name}, id={self.id})")

Expand Down

0 comments on commit e0e3a8b

Please sign in to comment.