We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d85b3b commit 4a2c768Copy full SHA for 4a2c768
1 file changed
src/fairchem/core/calculate/__init__.py
@@ -8,7 +8,9 @@
8
from __future__ import annotations
9
10
from fairchem.core.calculate._batch import InferenceBatcher
11
-from fairchem.core.calculate.ase_calculator import (FAIRChemCalculator,
12
- FormationEnergyCalculator)
+from fairchem.core.calculate.ase_calculator import (
+ FAIRChemCalculator,
13
+ FormationEnergyCalculator,
14
+)
15
16
__all__ = ["FAIRChemCalculator", "InferenceBatcher", "FormationEnergyCalculator"]
0 commit comments