Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt committed Feb 14, 2020
1 parent 7f47571 commit ed108d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activ/sampler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import abc as _abc
import numpy as _np

from .utils import check_random_state
from sklearn.utils import check_random_state

class AbstractSampler(object, metaclass=_abc.ABCMeta):

Expand Down

0 comments on commit ed108d9

Please sign in to comment.