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 b3b86f3 commit 5842370
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mlsauce/adaopt/_adaopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
try:
from . import _adaoptc as adaoptc
except ImportError:
from ._adaoptc import *
except ImportError:
import _adaoptc
import _adaoptc



Expand Down

0 comments on commit 5842370

Please sign in to comment.