Skip to content

Commit fe59fe3

Browse files
committed
import error fix
1 parent 2015c6c commit fe59fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nff/io/chgnet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from nff.io import AtomsBatch
1313
from nff.utils.cuda import batch_detach, detach
1414
from chgnet.graph import CrystalGraph, CrystalGraphConverter
15+
from typing import TYPE_CHECKING
1516
if TYPE_CHECKING:
1617
from collections.abc import Sequence
1718

0 commit comments

Comments
 (0)