mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-11 09:08:28 +08:00
improved version
This commit is contained in:
@@ -21,4 +21,4 @@ def get_files(
|
||||
) -> Iterator[str]: ...
|
||||
|
||||
|
||||
def matches_patterns(path: str, patterns: Union[OrderedDict, Tuple[str], List[str]] = ...) -> bool: ...
|
||||
def matches_patterns(path: str, patterns: Union[OrderedDict, List[str], Tuple[str]] = ...) -> bool: ...
|
||||
Reference in New Issue
Block a user