Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 3, 2024
1 parent 28938c8 commit 837bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lonboard/colormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from arro3.core.types import ArrowArrayExportable, ArrowStreamExportable

from lonboard.vendor.matplotlib.colors import _to_rgba_no_colorcycle
from lonboard._vendor.matplotlib.colors import _to_rgba_no_colorcycle

if TYPE_CHECKING:
import matplotlib as mpl
Expand Down

0 comments on commit 837bb1d

Please sign in to comment.