mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Add missing third party modules (#8321)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: hauntsaninja <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
5
stubs/editdistance/editdistance/bycython.pyi
Normal file
5
stubs/editdistance/editdistance/bycython.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from _typeshed import Incomplete
|
||||
|
||||
def eval(*args, **kwargs) -> Incomplete: ...
|
||||
|
||||
__test__: dict[Incomplete, Incomplete]
|
||||
Reference in New Issue
Block a user