Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 8, 2023
1 parent e2ef03f commit 05b3ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/lib/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings
from collections.abc import Iterable
from dataclasses import dataclass
from typing import TYPE_CHECKING, Any, Callable, Mapping, Protocol, cast
from typing import TYPE_CHECKING, Any, Callable, cast

import awkward as ak
import numpy as np
Expand Down

0 comments on commit 05b3ce0

Please sign in to comment.