mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-28 12:32:21 +08:00
7 lines
114 B
Python
7 lines
114 B
Python
from typing import (
|
|
Any,
|
|
List,
|
|
)
|
|
|
|
|
|
def check_finders(app_configs: None = ..., **kwargs) -> List[Any]: ... |