Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 30, 2024
1 parent 037bb2c commit ac3f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/core/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _data_child_containers(self):
"""
# the following construction removes the duplicate 'regionsofinterest'
# while preserving the child order (which `set()` would not do)
# I don't know if preserving the author is important, but I'm playing it safe
# I don't know if preserving the order is important, but I'm playing it safe
return tuple({_container_name(child): None for child in
self._data_child_objects}.keys())

Expand Down

0 comments on commit ac3f8ec

Please sign in to comment.