Skip to content

Commit 7fc769a

Browse files
committed
Fix another import-order error, from a different linter
1 parent ed925ee commit 7fc769a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openfermion/circuits/gates/four_qubit_gates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
from typing import Optional, Union
1515

16+
import warnings
1617
import numpy as np
1718
import sympy
18-
import warnings
1919

2020
import cirq
2121
from cirq._compat import proper_repr

0 commit comments

Comments
 (0)