add space for compliant formatting

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Lewis Gross 2022-08-15 13:34:19 -05:00 committed by GitHub
parent 70598087cd
commit c772972808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))