dj-database-url, docopt, editdistance, first: check missing defs (#8154)

This commit is contained in:
Shantanu
2022-06-25 12:46:59 +05:30
committed by GitHub
parent 74687b1fa0
commit 22532ba504
5 changed files with 16 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@ from typing import Any, TypeVar, overload
_T = TypeVar("_T")
_S = TypeVar("_S")
__license__: str
__title__: str
@overload
def first(iterable: Iterable[_T]) -> _T | None: ...
@overload