Skip to content

Commit

Permalink
fix: don't import protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 8, 2023
1 parent d3fb1c9 commit 33d2e68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coffea/nanoevents/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import dask_awkward
import fsspec
import uproot
from dask_awkward import ImplementsFormTransformation

from coffea.nanoevents.mapping import (
CachedMapping,
Expand Down Expand Up @@ -68,7 +67,7 @@ def _key_formatter(prefix, form_key, form, attribute):
return prefix + f"/{attribute}/{form_key}"


class _map_schema_base(ImplementsFormTransformation):
class _map_schema_base: # ImplementsFormMapping, ImplementsFormMappingInfo
def __init__(
self, schemaclass=BaseSchema, metadata=None, behavior=None, version=None
):
Expand Down

0 comments on commit 33d2e68

Please sign in to comment.