Skip to content

Commit

Permalink
chore: appease mypy (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 16, 2023
1 parent 492a126 commit 7debfa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_behavior.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from __future__ import annotations

from typing import no_type_check

import awkward as ak
import numpy as np
import pytest
Expand Down Expand Up @@ -35,6 +37,7 @@ def some_property_dask(self, array):
def some_method(self):
return None

@no_type_check
@some_method.dask
def some_method_dask(self, array):
return array
Expand Down

0 comments on commit 7debfa2

Please sign in to comment.