fixed lints

This commit is contained in:
Arfey 2023-05-24 15:03:34 +03:00
parent 35f312ebec
commit 0df8179e1c

View File

@ -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