mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 06:19:47 +08:00
Remove bare Incomplete annotations in third-party stubs (#11671)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user