Skip to content

Commit 756f9d6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 05911b1 commit 756f9d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/code-examples/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example
8383
circuit.add(gates.TOFFOLI(0, 1, 2))
8484

8585
circuit.summary()
86-
86+
8787
# Prints
8888
'''
8989
Circuit depth = 5

src/qibo/models/circuit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
import numpy as np
1010
from numpy.typing import ArrayLike
1111
from tabulate import tabulate
12+
1213
from qibo import __version__, gates
13-
from qibo.backends import _check_backend, _Global, Backend
14+
from qibo.backends import Backend, _check_backend, _Global
1415
from qibo.config import raise_error
1516
from qibo.gates import ParametrizedGate
1617
from qibo.gates.abstract import Gate

0 commit comments

Comments
 (0)