Chris4K commited on
Commit
07ac27d
·
verified ·
1 Parent(s): 4c3ed2c

Update services/batch_processor.py

Browse files
Files changed (1) hide show
  1. services/batch_processor.py +1 -1
services/batch_processor.py CHANGED
@@ -1,5 +1,5 @@
1
  # batch_processor.py
2
- from typing import List, Dict
3
  import asyncio
4
 
5
  #TODO explain how to use the batch processor
 
1
  # batch_processor.py
2
+ from typing import List, Dict, Any
3
  import asyncio
4
 
5
  #TODO explain how to use the batch processor