Skip to content

Commit 3a7dc92

Browse files
author
Sean Friedowitz
committed
flake
1 parent 25ed88e commit 3a7dc92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/citrine/informatics/predictors/chemical_formula_featurizer.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ class ChemicalFormulaFeaturizer(VersionedEngineResource['ChemicalFormulaFeaturiz
135135
excludes = properties.List(properties.String, 'data.instance.excludes', default=[])
136136
powers = properties.List(properties.Integer, 'data.instance.powers')
137137

138-
typ = properties.String('data.instance.type', default='ChemicalFormulaFeaturizer',
139-
deserializable=False)
138+
typ = properties.String(
139+
'data.instance.type', default='ChemicalFormulaFeaturizer', deserializable=False
140+
)
140141

141142
def __init__(self,
142143
name: str,

0 commit comments

Comments
 (0)