Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent a72a2ba commit 1fb52b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/_decimal.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class Context:
def abs(self, a: _Decimal) -> Decimal: ...
else:
def abs(self, x: _Decimal, /) -> Decimal: ...

def add(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...
def canonical(self, x: Decimal, /) -> Decimal: ...
def compare(self, x: _Decimal, y: _Decimal, /) -> Decimal: ...
Expand Down

0 comments on commit 1fb52b8

Please sign in to comment.