Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jan 10, 2024
1 parent 2edc7cf commit b589190
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def noop_decorator(*args, **kwargs):
for mod_name in (
"cudf",
"cupy",
"pyarrow.gandiva",
"pyhdk",
"pyhdk.hdk",
"xgboost",
Expand Down
1 change: 0 additions & 1 deletion docs/development/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ details. The documentation covers most modules, with more docs being added every
└───stress_tests
.. _pandas Dataframe: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html
.. _Arrow tables: https://arrow.apache.org/docs/python/generated/pyarrow.Table.html
.. _Ray: https://github.com/ray-project/ray
.. _Unidist: https://github.com/modin-project/unidist
.. _MPI: https://www.mpi-forum.org/
Expand Down
1 change: 0 additions & 1 deletion scripts/doc_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ def monkeypatch(*args, **kwargs):
pandas.util.cache_readonly = property

# We are mocking packages we don't need for docs checking in order to avoid import errors
sys.modules["pyarrow.gandiva"] = Mock()
sys.modules["sqlalchemy"] = Mock()

modin.utils.instancer = functools.wraps(modin.utils.instancer)(lambda cls: cls)
Expand Down

0 comments on commit b589190

Please sign in to comment.