Skip to content

Commit

Permalink
docs: fix progress bar interactive style in RTD (#2959)
Browse files Browse the repository at this point in the history
close #2958
  • Loading branch information
ori-kron-wis authored Sep 17, 2024
1 parent 4052412 commit 54b3932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scvi/utils/_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from rich.console import Console
from rich.progress import track as track_base
from tqdm import tqdm as tqdm_base
from tqdm.auto import tqdm as tqdm_base

from scvi import settings

Expand Down

0 comments on commit 54b3932

Please sign in to comment.