Skip to content

Commit

Permalink
fix: expose ak.behaviors.mixins names at top level (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Oct 26, 2022
1 parent cf26ac0 commit 1f06da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

# behaviors
import awkward.behaviors.categorical
import awkward.behaviors.mixins
import awkward.behaviors.string
from awkward.behaviors.mixins import mixin_class, mixin_class_method

behavior = {}
awkward.behaviors.string.register(behavior) # noqa: F405
Expand Down

0 comments on commit 1f06da8

Please sign in to comment.