Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jan 3, 2025
1 parent 997e1f3 commit 879b40a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/test_abstract_model.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import io
from io import StringIO

import ase
import pytest
from pytest import approx

from io import StringIO
from ase.calculators.lj import LennardJones
from ase.io import read, write
import numpy as np
import pytest
from pytest import approx

from abcd.model import AbstractModel
from ase.calculators.lj import LennardJones


@pytest.fixture
Expand Down

0 comments on commit 879b40a

Please sign in to comment.