diff --git a/openmc/universe.py b/openmc/universe.py index 3b8d0fe51..c56cce7ca 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -116,10 +116,6 @@ class UniverseBase(ABC, IDManagerMixin): """Deepcopy all parameters of an openmc.UniverseBase object except its cells. This should only be used from the openmc.UniverseBase.clone() context. - Returns - ------- - None - """ def clone(self, clone_materials=True, clone_regions=True, memo=None):