Skip to content

Commit

Permalink
reordered group and versionadded #148
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Sep 4, 2023
1 parent baa6616 commit 3d01b0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions graphicle/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,9 +1977,9 @@ def _composite_copy(instance: CompositeGeneric) -> CompositeGeneric:
class ParticleSetSerialized(tyx.TypedDict, total=False):
"""Typed dictionary format of a serialized ParticleSet instance.
.. versionadded:: 0.3.2
:group: datastructure
.. versionadded:: 0.3.2
"""

pdg: ty.List[int]
Expand Down Expand Up @@ -2379,9 +2379,9 @@ def serialize(self) -> ty.Tuple[VertexPair, ...]:
class GraphicleSerialized(tyx.TypedDict, total=False):
"""Typed dictionary format of a serialized Graphicle instance.
.. versionadded:: 0.3.2
:group: datastructure
.. versionadded:: 0.3.2
"""

pdg: ty.List[int]
Expand Down

0 comments on commit 3d01b0f

Please sign in to comment.