merge with stubgen output

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:25:20 +03:00
parent 496a6274e7
commit 4866354600
294 changed files with 10234 additions and 10842 deletions

View File

@@ -1,2 +1,12 @@
class StaticFilesConfig:
def ready(self) -> None: ...
# Stubs for django.contrib.staticfiles.apps (Python 3.6)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from django.apps import AppConfig
from typing import Any
class StaticFilesConfig(AppConfig):
name: str = ...
verbose_name: Any = ...
ignore_patterns: Any = ...
def ready(self) -> None: ...