Skip to content

Commit 879b40a

Browse files
committed
Fix formatting
1 parent 997e1f3 commit 879b40a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/test_abstract_model.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import io
2+
from io import StringIO
23

34
import ase
4-
import pytest
5-
from pytest import approx
6-
7-
from io import StringIO
5+
from ase.calculators.lj import LennardJones
86
from ase.io import read, write
97
import numpy as np
8+
import pytest
9+
from pytest import approx
1010

1111
from abcd.model import AbstractModel
12-
from ase.calculators.lj import LennardJones
1312

1413

1514
@pytest.fixture

0 commit comments

Comments
 (0)