mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
add space for compliant formatting
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
70598087cd
commit
c772972808
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue