Skip to content

Commit 68b050f

Browse files
committedMay 30, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent c48e793 commit 68b050f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎stdlib/_decimal.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class Context:
219219
def abs(self, a: _Decimal) -> Decimal: ...
220220
else:
221221
def abs(self, x: _Decimal, /) -> Decimal: ...
222+
222223
def add(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...
223224
def canonical(self, x: Decimal, /) -> Decimal: ...
224225
def compare(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...

0 commit comments

Comments
 (0)