Skip to content

Commit 852f3fa

Browse files
authored
commit 18
1 parent 29376a9 commit 852f3fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stdlib/_decimal.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ if sys.version_info >= (3, 11):
5858
Emax: int | None = None,
5959
capitals: int | None = None,
6060
clamp: int | None = None,
61-
traps: dict[_TrapType, bool] | None = None,
62-
flags: dict[_TrapType, bool] | None = None,
61+
traps: dict[_TrapType, bool] | None = None, # type: ignore[type-var]
62+
flags: dict[_TrapType, bool] | None = None, # type: ignore[type-var]
6363
) -> _ContextManager: ...
6464

6565
else:

0 commit comments

Comments
 (0)