mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove bare Incomplete annotations in third-party stubs (#11671)
This commit is contained in:
@@ -84,4 +84,4 @@ class HTML2FPDF(HTMLParser):
|
||||
def error(self, message: str) -> None: ...
|
||||
|
||||
class HTMLMixin:
|
||||
def __init__(self, *args: Incomplete, **kwargs: Incomplete) -> None: ...
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user