Skip to content

Commit a91a719

Browse files
committed
Re-add import on mass_spectrum export module
1 parent 81d02cb commit a91a719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

corems/mass_spectrum/output/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from numpy import NaN, empty
1212
from pandas import DataFrame
1313

14-
from corems.encapsulation.constant import Atoms
14+
from corems.encapsulation.constant import Atoms, Labels #Labels is accessed in the eval() function
1515
from corems.encapsulation.output import parameter_to_dict
1616
from corems.mass_spectrum.factory.MassSpectrumClasses import MassSpecfromFreq
1717

0 commit comments

Comments
 (0)