mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
Update to mypy 1.14 (#13272)
This commit is contained in:
@@ -114,8 +114,8 @@ class QRBill:
|
||||
payment_line: bool = True,
|
||||
font_factor: int = 1,
|
||||
) -> None: ...
|
||||
@deprecated("ref_number is deprecated and replaced by reference_number")
|
||||
@overload
|
||||
@deprecated("ref_number is deprecated and replaced by reference_number")
|
||||
def __init__(
|
||||
self,
|
||||
account: str,
|
||||
@@ -135,8 +135,8 @@ class QRBill:
|
||||
payment_line: bool = True,
|
||||
font_factor: int = 1,
|
||||
) -> None: ...
|
||||
@deprecated("extra_infos is deprecated and replaced by additional_information")
|
||||
@overload
|
||||
@deprecated("extra_infos is deprecated and replaced by additional_information")
|
||||
def __init__(
|
||||
self,
|
||||
account: str,
|
||||
|
||||
Reference in New Issue
Block a user