Skip to content

Commit 902375b

Browse files
authored
Merge pull request #533 from TheHive-Project/532-casefind_pages-return-type-is
#532 - Fix misaligned return type in case.find_pages
2 parents 9af86d7 + 7b66dcb commit 902375b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thehive4py/endpoints/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def find_pages(
746746
filters: Optional[FilterExpr] = None,
747747
sortby: Optional[SortExpr] = None,
748748
paginate: Optional[Paginate] = None,
749-
) -> List[OutputProcedure]:
749+
) -> List[OutputCasePage]:
750750
"""Find pages related to a case.
751751
752752
Args:

0 commit comments

Comments
 (0)