diff --git a/.gitignore b/.gitignore index 7bbc71c..daea7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +.idea/ # PyInstaller # Usually these files are written by a python script from a template diff --git a/flasql/graphiql.py b/flasql/graphiql.py index bb075c2..98668c1 100644 --- a/flasql/graphiql.py +++ b/flasql/graphiql.py @@ -1,8 +1,6 @@ -import json +from flask import render_template_string, json -from flask import render_template_string - -GRAPHIQL_VERSION = '0.7.1' +GRAPHIQL_VERSION = '0.11.5' TEMPLATE = '''