Skip to content

Commit

Permalink
Fixed return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Nov 11, 2024
1 parent d558c0d commit 985cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flee/crawling.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def calculateLocCrawlLinkWeight(
origin_names: List[str],
step: int,
time: int,
) -> Tuple[List[float],List[List[str]]]:
) -> None:
"""
Summary:
Calculates Link Weights recursively based on awareness level.
Expand Down

0 comments on commit 985cc5b

Please sign in to comment.