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

This commit is contained in:
Shantanu
2022-06-25 08:16:59 +01:00
committed by GitHub
parent 74687b1fa0
commit 22532ba504
5 changed files with 16 additions and 1 deletions
+3
View File
@@ -1 +1,4 @@
version = "2.0.*"
[tool.stubtest]
ignore_missing_stub = false
+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