Skip to content

Commit d4ebd84

Browse files
committed
Fix black
1 parent a641148 commit d4ebd84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/python/transpiler/test_split_2q_unitaries.py

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def test_gate_no_array(self):
234234

235235
class MyGate(Gate):
236236
"""Custom gate"""
237+
237238
def __init__(self):
238239
super().__init__("mygate", 2, [])
239240

0 commit comments

Comments
 (0)