Skip to content

Commit

Permalink
Merge pull request #357 from pyt-team/frantzen/PathView-export
Browse files Browse the repository at this point in the history
Add missing `PathView` export to `reportviews`
  • Loading branch information
ffl096 committed May 29, 2024
2 parents be497a1 + 49b9c0f commit 670e547
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 670e547

Please sign in to comment.