Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/pyqasm/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading