Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Dec 13, 2023
1 parent 260d78f commit 6b780d8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ def create_grouptree_dataset(
grouptree data, before the filtered data is sent to the function that is
actually creating the dataset.
Returns the group tree data and two lists with metadata for edges and nodes in the tree data structure
Returns the group tree data and two lists with metadata for edges and nodes
in the tree data structure
A sample data set can be found here:
# pylint: disable=line-too-long
https://github.com/equinor/webviz-subsurface-components/blob/master/react/src/demo/example-data/group-tree.json
""" # noqa

Expand Down

0 comments on commit 6b780d8

Please sign in to comment.