From 759aba2e985c2cc066397341a5fa4b5e6dcdace3 Mon Sep 17 00:00:00 2001 From: Olaf Schumann Date: Fri, 7 Jan 2022 15:53:10 +0100 Subject: [PATCH] Update openmc/source.py Co-authored-by: Paul Romano --- openmc/source.py | 1 - 1 file changed, 1 deletion(-) 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