Skip to content

Commit

Permalink
reformat for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanMcDonald committed Jul 19, 2024
1 parent 0741706 commit 4e5114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/converters/blockConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def convert(self):
soluteName, self.solventName, minID=self.specifiedMinID
)
solvent = self._sourceBlock.getComponentByName(self.solventName)
if not solvent.__class__ is components.DerivedShape:
if solvent.__class__ is not components.DerivedShape:
BlockConverter._verifyExpansion(self, self.soluteNames, solvent)
return self._sourceBlock

Expand Down

0 comments on commit 4e5114d

Please sign in to comment.