Skip to content

Commit

Permalink
SPARK-1684: Corrected import statement
Browse files Browse the repository at this point in the history
Replaced queue with deque
  • Loading branch information
texasmichelle committed Mar 24, 2015
1 parent 042099d commit 48520ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/merge_spark_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import subprocess
import sys
import urllib2
import Queue
from collections import deque

try:
import jira.client
Expand Down

0 comments on commit 48520ba

Please sign in to comment.