Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abachma2 committed May 6, 2024
1 parent de80f4b commit c98667b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmcyclus/DepleteReactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c98667b

Please sign in to comment.