Skip to content

Commit c282386

Browse files
committed
missing struct import
1 parent 2e7e2e4 commit c282386

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+
import struct
56
from monty.io import zopen
67
from fireworks import FiretaskBase, explicit_serialize
78
from pymatgen.analysis.graphs import MoleculeGraph

0 commit comments

Comments
 (0)