mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Remove editdistance from pyright's exclude (#8941)
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
"stubs/cryptography",
|
||||
"stubs/dateparser",
|
||||
"stubs/docutils",
|
||||
"stubs/editdistance/editdistance/bycython.pyi",
|
||||
"stubs/Flask-SQLAlchemy",
|
||||
"stubs/fpdf2",
|
||||
"stubs/html5lib",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from _typeshed import Incomplete
|
||||
|
||||
def eval(*args, **kwargs) -> Incomplete: ...
|
||||
def eval(*args: Incomplete, **kwargs: Incomplete) -> Incomplete: ...
|
||||
|
||||
__test__: dict[Incomplete, Incomplete]
|
||||
|
||||
Reference in New Issue
Block a user