Skip to content

Commit

Permalink
Fix Path.datatype parameter type (#5897)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Sep 19, 2023
1 parent 70e7d5a commit 63a1cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Path(SelectionPolyExpr, Geometry):

group = param.String(default="Path", constant=True)

datatype = param.ObjectSelector(default=[
datatype = param.List(default=[
'multitabular', 'spatialpandas', 'dask_spatialpandas']
)

Expand Down

0 comments on commit 63a1cda

Please sign in to comment.