Skip to content

Commit

Permalink
move lookup and score in list
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed May 23, 2024
1 parent 7b9153d commit 8c652fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reasoner_pydantic/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ class Config:
OperationFilterResults,
OperationFilterResultsTopN,
OperationLookup,
OperationLookupAndScore,
OperationOverlay,
OperationOverlayComputeJaccard,
OperationOverlayComputeNgd,
Expand All @@ -469,7 +470,6 @@ class Config:
OperationSortResultsEdgeAttribute,
OperationSortResultsNodeAttribute,
OperationSortResultsScore,
OperationLookupAndScore,
]


Expand All @@ -493,6 +493,7 @@ class Operation(BaseModel):
OperationFilterResults,
OperationFilterResultsTopN,
OperationLookup,
OperationLookupAndScore,
OperationOverlay,
OperationOverlayComputeJaccard,
OperationOverlayComputeNgd,
Expand All @@ -504,7 +505,6 @@ class Operation(BaseModel):
OperationSortResultsEdgeAttribute,
OperationSortResultsNodeAttribute,
OperationSortResultsScore,
OperationLookupAndScore,
]


Expand Down

0 comments on commit 8c652fa

Please sign in to comment.