Skip to content

Commit 4a1799b

Browse files
committed
fix missing import
1 parent 95597bd commit 4a1799b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atomate/qchem/firetasks/write_inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import os
44
import shutil
5+
from monty.io import zopen
56
from fireworks import FiretaskBase, explicit_serialize
67
from pymatgen.analysis.graphs import MoleculeGraph
78
from pymatgen.analysis.local_env import OpenBabelNN

0 commit comments

Comments
 (0)