Skip to content

Commit

Permalink
Add edge_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 15, 2024
1 parent 42c32d9 commit 5fb1d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bw_interface_schemas/lci.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class UncertaintyDistribution(Parsimonius):

class Edge(UncertaintyDistribution):
"""An quantitative edge linking two nodes in the graph."""
edge_type: str = Field(alias="type")
source: 'Node'
target: 'Node'
# The people want freedom
Expand Down

0 comments on commit 5fb1d40

Please sign in to comment.