Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Nov 2, 2023
1 parent aafb2de commit f22d7ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dask_awkward/lib/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from dask.highlevelgraph import HighLevelGraph
from dask.utils import funcname, is_integer, parse_bytes
from fsspec.utils import infer_compression
from typing_extensions import ParamSpec

from dask_awkward.layers.layers import (
AwkwardBlockwiseLayer,
Expand All @@ -40,8 +39,6 @@

from dask_awkward.lib.core import Array

P = ParamSpec("P")


class _FromAwkwardFn:
def __init__(self, arr: ak.Array) -> None:
Expand Down

0 comments on commit f22d7ae

Please sign in to comment.