mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Remove unneeded # noqa comment (#6979)
This commit is contained in:
@@ -73,7 +73,7 @@ class Decimal(object):
|
||||
def __rmul__(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
def __rsub__(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
def __rtruediv__(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
def __str__(self, eng: bool = ..., context: Context | None = ...) -> str: ... # noqa Y029
|
||||
def __str__(self, eng: bool = ..., context: Context | None = ...) -> str: ...
|
||||
def __sub__(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
def __truediv__(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
def remainder_near(self, other: _Decimal, context: Context | None = ...) -> Decimal: ...
|
||||
|
||||
Reference in New Issue
Block a user