Skip to content

Commit

Permalink
REFACTOR-#0000: don't enable implicitly IsExperimental.put(True)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Dec 11, 2023
1 parent 68fbdb1 commit d276542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modin/experimental/pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@

import functools

from modin.config import IsExperimental

IsExperimental.put(True)

import warnings

from modin.pandas import * # noqa F401, F403
Expand Down

0 comments on commit d276542

Please sign in to comment.