Skip to content

Commit

Permalink
Merge pull request #902 from CoffeaTeam/0.7-linting-fixes
Browse files Browse the repository at this point in the history
fix: remove strange definition of base schema behavior
  • Loading branch information
lgray authored Oct 4, 2023
2 parents 18fb743 + feae68a commit e79eacb
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 e79eacb

Please sign in to comment.