Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelharms committed Jan 19, 2020
1 parent 9085554 commit 641f7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comcrawl/utils/multithreading.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def multithreaded_function(input_list: List, *args) -> List:
parameters needed for the function to be executed.
Returns:
List of results after all input list elements were
processed. Input order might not be preserved in
List of results after all input list elements were
processed. Input order might not be preserved in
output list.
"""
Expand Down

0 comments on commit 641f7d1

Please sign in to comment.