Skip to content

Commit 5521f8b

Browse files
committed
formatting
1 parent 0beee34 commit 5521f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/async_utils/_paramkey.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def __eq__(self, other: object) -> bool:
4747
def _make_key(
4848
args: tuple[t.Any, ...],
4949
kwds: dict[t.Any, t.Any],
50-
/, *,
50+
/,
51+
*,
5152
_typ: Callable[[object], type] = type,
5253
_fast_types: set[type] = {int, str}, # noqa: B006
5354
) -> Hashable:

0 commit comments

Comments
 (0)