Skip to content

Commit

Permalink
Update _adaopt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 24, 2024
1 parent 702390d commit 1f34d62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mlsauce/adaopt/_adaopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
try:
from . import _adaoptc as adaoptc
except ImportError:
try:
import _adaoptc as adaoptc
except ImportError:
import ._adaoptc as adaoptc
import _adaoptc as adaoptc



class AdaOpt(BaseEstimator, ClassifierMixin):
Expand Down

0 comments on commit 1f34d62

Please sign in to comment.