summaryrefslogtreecommitdiff
path: root/src/silx/gui/hdf5/Hdf5Node.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/hdf5/Hdf5Node.py')
-rw-r--r--src/silx/gui/hdf5/Hdf5Node.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/silx/gui/hdf5/Hdf5Node.py b/src/silx/gui/hdf5/Hdf5Node.py
index 0d58748..db49594 100644
--- a/src/silx/gui/hdf5/Hdf5Node.py
+++ b/src/silx/gui/hdf5/Hdf5Node.py
@@ -36,11 +36,12 @@ class Hdf5Node(object):
It provides link to the childs and to the parents, and a link to an
external object.
"""
+
def __init__(
self,
parent=None,
populateAll=False,
- openedPath: Optional[str]=None,
+ openedPath: Optional[str] = None,
):
"""
Constructor