Skip to content

Commit

Permalink
Add missing PathView export to reportviews
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed May 25, 2024
1 parent fc47106 commit 49b9c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toponetx/classes/reportviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Such as:
HyperEdgeView, CellView, SimplexView, NodeView.
"""

from abc import ABC, abstractmethod
from collections.abc import Collection, Hashable, Iterable, Iterator, Sequence
from itertools import chain
Expand All @@ -20,6 +21,7 @@
"CellView",
"SimplexView",
"NodeView",
"PathView",
]

T_Atom = TypeVar("T_Atom", bound=Atom)
Expand Down

0 comments on commit 49b9c0f

Please sign in to comment.