Skip to content

Commit 369ade3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 5c1a69f commit 369ade3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/_decimal.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ class Context:
340340
def to_integral(self, x: _Decimal, /) -> Decimal: ...
341341

342342
def power(self, a: _Decimal, b: _Decimal, modulo: _Decimal | None = None) -> Decimal: ...
343+
343344
DefaultContext: Context
344345
BasicContext: Context
345346
ExtendedContext: Context

0 commit comments

Comments
 (0)