mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Fix type of previous_iterations
This commit is contained in:
@@ -128,7 +128,7 @@ async def execute_information_collection(
|
||||
):
|
||||
iteration = 0
|
||||
MAX_ITERATIONS = 2
|
||||
previous_iterations = List[InformationCollectionIteration]
|
||||
previous_iterations: List[InformationCollectionIteration] = []
|
||||
while iteration < MAX_ITERATIONS:
|
||||
online_results: Dict = dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user