Skip to content

Commit 132070d

Browse files
authored
Fixed tests
1 parent 5fb5cd6 commit 132070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_graphql/graphqlview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def render_graphiql(self, **kwargs):
6565
graphiql_version=self.graphiql_version,
6666
graphiql_template=self.graphiql_template,
6767
**kwargs
68-
):
68+
)
6969

7070
def dispatch_request(self):
7171
try:

0 commit comments

Comments
 (0)