Skip to content

Commit

Permalink
Fix tqdm import
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 5, 2024
1 parent 038428b commit e489524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carabiner/mpl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"\n\t$ pip install carabiner[mpl]\n")
else:
from matplotlib import axes, cycler, figure, rcParams
from tqdm.auto import tqdm

from ..cast import cast
from ..utils import colorblind_palette as utils_colorblind_palette
Expand Down

0 comments on commit e489524

Please sign in to comment.