From c98667bd2e02aa315276a9dbec65daf57bb696a9 Mon Sep 17 00:00:00 2001 From: abachmann Date: Mon, 6 May 2024 15:55:24 -0500 Subject: [PATCH] pep8 fixes --- openmcyclus/DepleteReactor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmcyclus/DepleteReactor.py b/openmcyclus/DepleteReactor.py index 6343252..9901de3 100644 --- a/openmcyclus/DepleteReactor.py +++ b/openmcyclus/DepleteReactor.py @@ -284,8 +284,8 @@ def enter_notify(self): Also defines a list for the input commodity preferences if not are provided by the user. - Establish the openmc.deplete.MicroXs and openmc.Materials - objects for use in simulation. + Establish the openmc.deplete.MicroXs and openmc.Materials + objects for use in simulation. ''' super().enter_notify() if len(self.fuel_prefs) == 0: