Fix missing import
This commit is contained in:
parent
146186522c
commit
cf2351662c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
import asyncio
|
||||
from typing import List
|
||||
from typing import List, Tuple
|
||||
from argparse import Namespace
|
||||
from concurrent.futures import ThreadPoolExecutor, as_completed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue