Remove bare Incomplete annotations in third-party stubs (#11671)

This commit is contained in:
Sebastian Rittau
2024-03-30 18:34:51 -07:00
committed by GitHub
parent 6cb57b5f26
commit 33de88879f
33 changed files with 76 additions and 99 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
from _typeshed import Incomplete
from braintree.attribute_getter import AttributeGetter as AttributeGetter
class RiskData(AttributeGetter):
def __init__(self, attributes: Incomplete) -> None: ...
def __init__(self, attributes) -> None: ...