Always use CLI progressbar
This commit is contained in:
parent
cbd9f8472b
commit
dcc6389bc5
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