Skip to content

Commit 7888277

Browse files
committed
Sort import lists
1 parent f557008 commit 7888277

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/openfermion/ops/operators/fermion_operator_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
"""Tests fermion_operator.py."""
1414

15-
import unittest
1615
import sympy
16+
import unittest
1717

1818
from openfermion.ops.operators.fermion_operator import FermionOperator
1919
from openfermion.hamiltonians import number_operator

src/openfermion/ops/operators/symbolic_operator_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
12+
1213
"""Tests symbolic_operator.py."""
14+
1315
import copy
16+
import numpy
17+
import sympy
1418
import unittest
1519
import warnings
1620

17-
import numpy
18-
import sympy
1921
from openfermion.config import EQ_TOLERANCE
2022
from openfermion.testing.testing_utils import EqualsTester
2123

0 commit comments

Comments
 (0)