mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 11:51:29 +08:00
make pep561 compliant
This commit is contained in:
8
django-stubs/utils/datastructures.pyi
Normal file
8
django-stubs/utils/datastructures.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import (
|
||||
Optional,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
class DictWrapper:
|
||||
def __getitem__(self, key: str) -> Optional[Union[str, int]]: ...
|
||||
Reference in New Issue
Block a user