From 805452f8965f51e777c67b91cf4309ca8d54b3dd Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 18 Dec 2022 15:25:11 +0000 Subject: [PATCH] `editdistance`: delete the `bycython` submodule (#9380) --- stubs/editdistance/@tests/stubtest_allowlist.txt | 2 ++ stubs/editdistance/editdistance/bycython.pyi | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 stubs/editdistance/@tests/stubtest_allowlist.txt delete mode 100644 stubs/editdistance/editdistance/bycython.pyi diff --git a/stubs/editdistance/@tests/stubtest_allowlist.txt b/stubs/editdistance/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000..ef46eff1a --- /dev/null +++ b/stubs/editdistance/@tests/stubtest_allowlist.txt @@ -0,0 +1,2 @@ +# Not public API -- the submodule is an implementation detail due to it being a cythonized package +editdistance.bycython diff --git a/stubs/editdistance/editdistance/bycython.pyi b/stubs/editdistance/editdistance/bycython.pyi deleted file mode 100644 index 8ce72020e..000000000 --- a/stubs/editdistance/editdistance/bycython.pyi +++ /dev/null @@ -1,5 +0,0 @@ -from _typeshed import Incomplete - -def eval(*args: Incomplete, **kwargs: Incomplete) -> Incomplete: ... - -__test__: dict[Incomplete, Incomplete]