Skip to content

Commit

Permalink
[SPARK-37022][PYTHON][FOLLOWUP] Remove unnecessary comment in lint-py…
Browse files Browse the repository at this point in the history
…thon

### What changes were proposed in this pull request?

This is follow up for #34297.

### Why are the changes needed?

As we now apply the black to the whole PySpark project, the comment "Black is only applied for pandas API on Spark for now." is no longer valid.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

No test needed. Just remove the comment

Closes #34564 from itholic/SPARK-37022-followup.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
itholic authored and HyukjinKwon committed Nov 12, 2021
1 parent 10c0777 commit 976d292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/lint-python
Expand Up @@ -255,7 +255,6 @@ function black_test {
fi

echo "starting black test..."
# Black is only applied for pandas API on Spark for now.
BLACK_REPORT=$( ($BLACK_BUILD --config dev/pyproject.toml --check python/pyspark) 2>&1)
BLACK_STATUS=$?

Expand Down

0 comments on commit 976d292

Please sign in to comment.