Skip to content

Commit 48520ba

Browse files
committed
SPARK-1684: Corrected import statement
Replaced queue with deque
1 parent 042099d commit 48520ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/merge_spark_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import subprocess
3131
import sys
3232
import urllib2
33-
import Queue
33+
from collections import deque
3434

3535
try:
3636
import jira.client

0 commit comments

Comments
 (0)