diff --git a/openmc/source.py b/openmc/source.py index 493da9429..1abe01f65 100644 --- a/openmc/source.py +++ b/openmc/source.py @@ -251,7 +251,6 @@ class Source: if time is not None: source.time = Univariate.from_xml_element(time) - return source