editdistance: delete the bycython submodule (#9380)

This commit is contained in:
Alex Waygood
2022-12-18 15:25:11 +00:00
committed by GitHub
parent 3592dba338
commit 805452f896
2 changed files with 2 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
# Not public API -- the submodule is an implementation detail due to it being a cythonized package
editdistance.bycython

View File

@@ -1,5 +0,0 @@
from _typeshed import Incomplete
def eval(*args: Incomplete, **kwargs: Incomplete) -> Incomplete: ...
__test__: dict[Incomplete, Incomplete]