Skip to content

Commit d76b1ed

Browse files
committed
update import comment
1 parent d7da89e commit d76b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def _maybe_warn_on_default(message: str = "", *, reason: str = "") -> None:
973973
reason : str
974974
The reason for defaulting.
975975
"""
976-
# Prevent circular import
976+
# Avoids a module-level circular import
977977
from modin.core.execution.dispatching.factories.dispatcher import (
978978
FactoryDispatcher,
979979
)

0 commit comments

Comments
 (0)