mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 00:32:24 +03:00
fixed lints
This commit is contained in:
parent
35f312ebec
commit
0df8179e1c
|
@ -115,7 +115,9 @@ class GraphQLView(View):
|
||||||
self.pretty = pretty or self.pretty
|
self.pretty = pretty or self.pretty
|
||||||
self.graphiql = graphiql or self.graphiql
|
self.graphiql = graphiql or self.graphiql
|
||||||
self.batch = batch or self.batch
|
self.batch = batch or self.batch
|
||||||
self.execution_context_class = execution_context_class or self.execution_context_class
|
self.execution_context_class = (
|
||||||
|
execution_context_class or self.execution_context_class
|
||||||
|
)
|
||||||
if subscription_path is None:
|
if subscription_path is None:
|
||||||
self.subscription_path = graphene_settings.SUBSCRIPTION_PATH
|
self.subscription_path = graphene_settings.SUBSCRIPTION_PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user