Skip to content

Commit

Permalink
update black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Mar 25, 2024
1 parent 2bc7e1a commit 567e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/__init__.py
Expand Up @@ -154,7 +154,7 @@ def __new__(mcs, name, bases, attrs):
else:
pluginSections = pm.hook.defineBlueprintsSections()
for plug in pluginSections:
for (attrName, section, resolver) in plug:
for attrName, section, resolver in plug:
assert isinstance(section, yamlize.Attribute)
if attrName in attrs:
raise plugins.PluginError(
Expand Down

0 comments on commit 567e02c

Please sign in to comment.