From f31db13cd00b4ba6bccdf2df0777d897ce389562 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 18 Dec 2017 12:02:04 -0500 Subject: [PATCH] Add blank line for linting --- graphene_django/management/commands/graphql_schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene_django/management/commands/graphql_schema.py b/graphene_django/management/commands/graphql_schema.py index 3a1690a..14ecf0c 100644 --- a/graphene_django/management/commands/graphql_schema.py +++ b/graphene_django/management/commands/graphql_schema.py @@ -5,6 +5,7 @@ from django.core.management.base import BaseCommand, CommandError from graphene_django.settings import graphene_settings + class CommandArguments(BaseCommand): def add_arguments(self, parser):