Skip to content

Commit

Permalink
Add numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Sep 9, 2022
1 parent 7429a82 commit 84e3d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributed/tests/test_steal.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from operator import mul
from time import sleep

import numpy as np
import pytest
from tlz import sliding_window

Expand Down

0 comments on commit 84e3d53

Please sign in to comment.