diff --git a/armi/reactor/blueprints/__init__.py b/armi/reactor/blueprints/__init__.py index b640f3556..ef35ae187 100644 --- a/armi/reactor/blueprints/__init__.py +++ b/armi/reactor/blueprints/__init__.py @@ -85,9 +85,6 @@ from armi.reactor import assemblies from armi.reactor import geometry from armi.reactor import systemLayoutInput -# NOTE: using non-ARMI-standard imports because these are all a part of this package, -# and using the module imports would make the attribute definitions extremely long -# without adding detail from armi.reactor.blueprints import isotopicOptions from armi.reactor.blueprints.assemblyBlueprint import AssemblyKeyedList from armi.reactor.blueprints.blockBlueprint import BlockKeyedList