Always use CLI progressbar
This commit is contained in:
parent
2ee246d133
commit
88f43fb60e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from typing import Any, Callable, Iterable, List, Optional
|
|||
|
||||
import multiprocess as mp
|
||||
import psutil
|
||||
from tqdm.auto import tqdm
|
||||
from tqdm.cli import tqdm
|
||||
|
||||
from .logger import get_logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue