From a088311f2320f18c6f998677d32cccb9bbf5c20d Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 14 Dec 2021 11:10:56 +0100 Subject: Add configuration switch to enable/disable tqdm. --- sec_certs/parallel_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sec_certs/parallel_processing.py') diff --git a/sec_certs/parallel_processing.py b/sec_certs/parallel_processing.py index 40025074..2134e924 100644 --- a/sec_certs/parallel_processing.py +++ b/sec_certs/parallel_processing.py @@ -1,4 +1,4 @@ -from tqdm import tqdm +from sec_certs.helpers import tqdm from multiprocessing.pool import Pool, ThreadPool from typing import Callable, Iterable, Optional import time -- cgit v1.3.1