Skip to content

Commit

Permalink
Try to pacify linter
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst authored Jun 25, 2024
1 parent 3f9e212 commit 0778a44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def diff_from_mean(series):
# --8<-- [start:diff_from_mean_numba]
from numba import guvectorize, int64, float64


# This will be compiled to machine code, so it will be fast. The Series is
# converted to a NumPy array before being passed to the function. See the
# Numba documentation for more details:
Expand Down

0 comments on commit 0778a44

Please sign in to comment.