mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
editdistance: delete the bycython submodule (#9380)
This commit is contained in:
2
stubs/editdistance/@tests/stubtest_allowlist.txt
Normal file
2
stubs/editdistance/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Not public API -- the submodule is an implementation detail due to it being a cythonized package
|
||||
editdistance.bycython
|
||||
@@ -1,5 +0,0 @@
|
||||
from _typeshed import Incomplete
|
||||
|
||||
def eval(*args: Incomplete, **kwargs: Incomplete) -> Incomplete: ...
|
||||
|
||||
__test__: dict[Incomplete, Incomplete]
|
||||
Reference in New Issue
Block a user