Skip to content

Commit

Permalink
Revert changes in almaden
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Dec 8, 2023
1 parent b451c43 commit be673e7
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import os
from qiskit.providers.fake_provider import fake_qasm_backend, fake_backend
from qiskit.utils.deprecation import deprecate_func


class FakeAlmadenV2(fake_backend.FakeBackendV2):
Expand All @@ -38,9 +37,6 @@ class FakeAlmadenV2(fake_backend.FakeBackendV2):
props_filename = "props_almaden.json"
backend_name = "fake_almaden"

def __init__(self):
super().__init__()


class FakeAlmaden(fake_qasm_backend.FakeQasmBackend):
"""A fake Almaden backend.
Expand All @@ -60,6 +56,3 @@ class FakeAlmaden(fake_qasm_backend.FakeQasmBackend):
conf_filename = "conf_almaden.json"
props_filename = "props_almaden.json"
backend_name = "fake_almaden"

def __init__(self):
super().__init__()

0 comments on commit be673e7

Please sign in to comment.