From c772972808674b94f602af5fe854adcf4da3d3e3 Mon Sep 17 00:00:00 2001 From: Lewis Gross <43077972+lewisgross1296@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:34:19 -0500 Subject: [PATCH] add space for compliant formatting Co-authored-by: Paul Romano --- openmc/lib/tally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/tally.py b/openmc/lib/tally.py index c1c8ab0941..0be2f9ed50 100644 --- a/openmc/lib/tally.py +++ b/openmc/lib/tally.py @@ -402,7 +402,7 @@ class _TallyMapping(Mapping): def __repr__(self): return repr(dict(self)) - def __delitem__(self,key): + def __delitem__(self, key): """Delete a tally from tally vector and remove the ID,index pair from tally""" _dll.openmc_remove_tally(self._get_tally_index(key))