mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-25 01:38:40 +08:00
improved version
This commit is contained in:
@@ -22,8 +22,8 @@ def _load_all_namespaces(resolver: URLResolver, parents: Tuple = ...) -> List[st
|
||||
|
||||
|
||||
def check_resolver(
|
||||
resolver: Union[URLResolver, URLPattern]
|
||||
) -> Union[List[Error], List[Warning]]: ...
|
||||
resolver: Union[URLPattern, URLResolver]
|
||||
) -> Union[List[Warning], List[Error]]: ...
|
||||
|
||||
|
||||
def check_url_config(app_configs: None, **kwargs) -> List[Warning]: ...
|
||||
|
||||
Reference in New Issue
Block a user