Skip to content

Commit

Permalink
Same for the abstract superclasses.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Sep 29, 2022
1 parent 91da25f commit f437106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/types/arraytype.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ArrayType:
def __init__(self, content, length):
if not isinstance(content, awkward.types.type.Type):
if not isinstance(content, ak.types.Type):
raise ak._errors.wrap_error(
TypeError(
"{} all 'contents' must be Type subclasses, not {}".format(
Expand Down

0 comments on commit f437106

Please sign in to comment.