Skip to content

Commit

Permalink
chore: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 10, 2024
1 parent 2473296 commit 43adcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/mat3ra/made/tools/analyze/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from mat3ra.made.utils import ArrayWithIds

if TYPE_CHECKING:
from mat3ra.made.tools.analyze.material import MaterialWithCrystalSites
from .material import MaterialWithCrystalSites


def decorator_handle_periodic_boundary_conditions(cutoff):
Expand Down

0 comments on commit 43adcc3

Please sign in to comment.