Skip to content

PR comments

GitHub Advanced Security / CodeQL succeeded Mar 13, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 466 in modin/core/dataframe/pandas/partitioning/axis_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of the return value of a procedure Warning

The result of
split_result_of_axis_func_pandas
is used even though it is always None.

Check warning on line 540 in modin/core/dataframe/pandas/partitioning/axis_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of the return value of a procedure Warning

The result of
split_result_of_axis_func_pandas
is used even though it is always None.