Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rainij committed Mar 26, 2023
1 parent ce67d1d commit fd0c74e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/visualization/circuit/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class BoxOnQuWire(DrawElement):
bot: └───┘ └───┘
"""

# TODO:
def __init__(self, label="", top_connect="─", conditional=False):
super().__init__(label)
self.top_format = "┌─%s─┐"
Expand Down

0 comments on commit fd0c74e

Please sign in to comment.