mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
make pep561 compliant
This commit is contained in:
14
django-stubs/utils/six.pyi
Normal file
14
django-stubs/utils/six.pyi
Normal file
@@ -0,0 +1,14 @@
|
||||
from _frozen_importlib_external import _NamespacePath
|
||||
from typing import (
|
||||
List,
|
||||
Optional,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
class _SixMetaPathImporter:
|
||||
def find_module(
|
||||
self,
|
||||
fullname: str,
|
||||
path: Optional[Union[_NamespacePath, List[str]]] = ...
|
||||
) -> None: ...
|
||||
Reference in New Issue
Block a user