Remove editdistance from pyright's exclude (#8941)

This commit is contained in:
Nikita Sobolev
2022-10-20 17:15:09 +03:00
committed by GitHub
parent c7983ec8d5
commit 918f2266da
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,6 @@
"stubs/cryptography",
"stubs/dateparser",
"stubs/docutils",
"stubs/editdistance/editdistance/bycython.pyi",
"stubs/Flask-SQLAlchemy",
"stubs/fpdf2",
"stubs/html5lib",

View File

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