Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev committed May 17, 2024
1 parent 1cf82e6 commit 33290ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def __get__(self, instance: Any, owner: Any) -> Any: # noqa: GL08
return self.fget(owner)


def reload_modin():
def reload_modin() -> None:
"""
Reload all previously imported Modin modules.
Expand Down

0 comments on commit 33290ab

Please sign in to comment.