Skip to content

Commit

Permalink
REFACTOR-#3820: remove extra 'FactoryDispatcher' import statement (#3821
Browse files Browse the repository at this point in the history
)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Dec 9, 2021
1 parent 195b668 commit 2cfabaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modin/experimental/pandas/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ def to_pickle_distributed(
this argument with a non-fsspec URL. See the fsspec and backend storage
implementation docs for the set of allowed keys and values.
"""
from modin.core.execution.dispatching.factories.dispatcher import FactoryDispatcher

obj = self
Engine.subscribe(_update_engine)
if isinstance(self, DataFrame):
Expand Down

0 comments on commit 2cfabaf

Please sign in to comment.