Skip to content
Snippets Groups Projects
Commit ba483a74 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: No need for DataManager to be a Notifier

parent a70efc6f
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ Made available in this module for convenience.
"""
class DataManager(notifier.Notifier):
class DataManager:
"""The ``DataManager`` defines an interface which may be used by
:class:`Image` instances for managing access and modification of
data in a ``nibabel.Nifti1Image`` image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment