Skip to content

Commit

Permalink
remove strange definition of base schema behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 4, 2023
1 parent 18fb743 commit feae68a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coffea/nanoevents/schemas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ class BaseSchema:
form is accessible as a direct descendant.
"""

behavior = {}

def __init__(self, base_form):
params = dict(base_form.get("parameters", {}))
params["__record__"] = "NanoEvents"
Expand Down

0 comments on commit feae68a

Please sign in to comment.