Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Feb 24, 2017
1 parent 5fb5cd6 commit 132070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_graphql/graphqlview.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def render_graphiql(self, **kwargs):
graphiql_version=self.graphiql_version,
graphiql_template=self.graphiql_template,
**kwargs
):
)

def dispatch_request(self):
try:
Expand Down

0 comments on commit 132070d

Please sign in to comment.