Skip to content

Commit 3be53cc

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent e0986f7 commit 3be53cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/in_n_out/_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ def _type_from_hints(hints: dict[str, Any]) -> Any:
10531053
type_ = rest[0]
10541054
weight = 0
10551055
elif len(rest) == 2:
1056-
type_, weight = cast(tuple[Optional[THint], float], rest)
1056+
type_, weight = cast("tuple[Optional[THint], float]", rest)
10571057
else: # pragma: no cover
10581058
raise ValueError(f"Invalid callback tuple: {tup!r}")
10591059

0 commit comments

Comments
 (0)