diff --git a/src/pyqasm/modules/base.py b/src/pyqasm/modules/base.py index 3e9196f6..9d65b07a 100644 --- a/src/pyqasm/modules/base.py +++ b/src/pyqasm/modules/base.py @@ -183,7 +183,6 @@ class QasmModule(ABC): # pylint: disable=too-many-instance-attributes, too-many Args: name (str): Name of the module. program (Program): The original openqasm3 program. - statements (list[Statement]): list of openqasm3 Statements. """ def __init__(self, name: str, program: Program):