Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
HyukjinKwon committed Feb 7, 2018
commit 68662ec1a08beb0dad3c4f9a20f060ccbb236a3a
2 changes: 1 addition & 1 deletion python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4523,7 +4523,7 @@ def weighted_mean(v, w):
return weighted_mean

def test_manual(self):
from pyspark.sql.functions import pandas_udf, col, array
from pyspark.sql.functions import pandas_udf, array

df = self.data
sum_udf = self.pandas_agg_sum_udf
Expand Down