Skip to content

Commit

Permalink
let tqdm exist without pt.init()
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Oct 10, 2023
1 parent 6698e36 commit 0bd12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import os

from .bootstrap import _logging, setup_terrier, setup_jnius, is_windows
from tqdm.auto import tqdm

# definitive API used by others, now available before pt.init
from .transformer import Transformer, Estimator, Indexer
Expand Down Expand Up @@ -33,7 +34,6 @@
IndexFactory = None
IndexRef = None
properties = None
tqdm = None
HOME_DIR = None
init_args ={}
_helper_version = None
Expand Down

0 comments on commit 0bd12b4

Please sign in to comment.