Files
django-stubs/django/contrib/staticfiles/checks.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

7 lines
114 B
Python

from typing import (
Any,
List,
)
def check_finders(app_configs: None = ..., **kwargs) -> List[Any]: ...