mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +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.graphiql = graphiql or self.graphiql
|
||||
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:
|
||||
self.subscription_path = graphene_settings.SUBSCRIPTION_PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user