Skip to content

Commit

Permalink
Merge pull request getredash#1438 from someones/better_json_errors
Browse files Browse the repository at this point in the history
[ElasticSearch] Change: use simplejson for better error descriptions
  • Loading branch information
arikfr authored Dec 6, 2016
2 parents 9d69477 + 55194fa commit f2ff6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_runner/elasticsearch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import json
import simplejson as json
import logging
import sys
import urllib
Expand Down

0 comments on commit f2ff6d8

Please sign in to comment.