We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f0502 commit 891c751Copy full SHA for 891c751
dask_geopandas/expr.py
@@ -20,14 +20,6 @@
20
from dask.highlevelgraph import HighLevelGraph
21
from dask.utils import M, OperatorMethodMixin, derived_from, ignore_warning
22
23
-# from dask_expr import (
24
-# elemwise,
25
-# from_graph,
26
-# get_collection_type,
27
-# )
28
-# from dask_expr._collection import new_collection
29
-# from dask_expr._expr import ApplyConcatApply, _emulate
30
-# import dask_expr as dx
31
import geopandas
32
import shapely
33
from shapely.geometry import box
0 commit comments