Ver código fonte

Missing import

Craig Tiller 8 anos atrás
pai
commit
70abee2687
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      tools/run_tests/python_utils/comment_on_pr.py

+ 1 - 0
tools/run_tests/python_utils/comment_on_pr.py

@@ -28,6 +28,7 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 import os
+import json
 import urllib2
 
 def comment_on_pr(text):