Skip to content

Commit

Permalink
Merge branch 'draw' of github.com:qiboteam/qibo into draw
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Sep 29, 2024
2 parents b740b24 + 50b8bfb commit 6d8624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/models/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,4 +1377,4 @@ def draw(self, line_wrap: int = 70, legend: bool = False):
Returns:
String containing text circuit diagram.
"""
sys.stdout.write(self.diagram(line_wrap, legend) + "\n")
sys.stdout.write(self.diagram(line_wrap, legend) + "\n")

0 comments on commit 6d8624f

Please sign in to comment.