Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 8, 2024
1 parent dcfeb00 commit 445c9ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/analysis/interfaces/test_coherent_interface.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
from __future__ import annotations

import unittest

from numpy.testing import assert_allclose

from pymatgen.analysis.interfaces import CoherentInterfaceBuilder, SubstrateAnalyzer
from pymatgen.analysis.interfaces.coherent_interfaces import (
CoherentInterfaceBuilder,
from_2d_to_3d,
get_2d_transform,
get_rot_3d_for_2d,
)
from pymatgen.core.lattice import Lattice
from pymatgen.core.structure import Structure
from pymatgen.symmetry.analyzer import SpacegroupAnalyzer
from pymatgen.util.testing import PymatgenTest
import unittest
from pymatgen.core.structure import Structure
from pymatgen.core.lattice import Lattice
from pymatgen.analysis.interfaces import CoherentInterfaceBuilder, SubstrateAnalyzer


class TestInterfaceBuilder(PymatgenTest):
@classmethod
Expand Down

0 comments on commit 445c9ef

Please sign in to comment.