reformat with black

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:34:58 +03:00
parent 4866354600
commit cf85607969
343 changed files with 6054 additions and 2158 deletions

View File

@@ -1,9 +1,8 @@
from django.core.handlers.wsgi import WSGIHandler
from django.core.management.base import CommandParser
class Command:
def add_arguments(self, parser: CommandParser) -> None: ...
def execute(self, *args, **options) -> None: ...
def get_handler(self, *args, **options) -> WSGIHandler: ...
def handle(self, *args, **options) -> None: ...
def handle(self, *args, **options) -> None: ...