Skip to content

Commit

Permalink
Make vendor mod private (#664)
Browse files Browse the repository at this point in the history
Closes #659
  • Loading branch information
kylebarron authored Oct 3, 2024
1 parent e1baef5 commit 69acd73
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lonboard/traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
serialize_view_state,
)
from lonboard._utils import get_geometry_column_index
from lonboard._vendor.matplotlib.colors import _to_rgba_no_colorcycle
from lonboard.models import ViewState
from lonboard.vendor.matplotlib.colors import _to_rgba_no_colorcycle

if TYPE_CHECKING:
import pandas as pd
Expand Down

0 comments on commit 69acd73

Please sign in to comment.