Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Apr 3, 2023
1 parent 25ed88e commit 3a7dc92
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ class ChemicalFormulaFeaturizer(VersionedEngineResource['ChemicalFormulaFeaturiz
excludes = properties.List(properties.String, 'data.instance.excludes', default=[])
powers = properties.List(properties.Integer, 'data.instance.powers')

typ = properties.String('data.instance.type', default='ChemicalFormulaFeaturizer',
deserializable=False)
typ = properties.String(
'data.instance.type', default='ChemicalFormulaFeaturizer', deserializable=False
)

def __init__(self,
name: str,
Expand Down

0 comments on commit 3a7dc92

Please sign in to comment.