Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Nov 4, 2023
1 parent 4ab2a0b commit 7a9592f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_mapping_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ def func(alpha: int = 1, *, beta: int = 2) -> str:


# TODO: remove in v.0.33 if it happens, otherwise in v1.0.
def test_positional_with_defaults_without_kwonly__no_explicit_policy() -> (
None
):
def test_positional_with_defaults_without_kwonly__no_explicit_policy() -> None:
def func(alpha: str, beta: int = 1) -> str:
return f"{alpha} {beta}"

Expand Down

0 comments on commit 7a9592f

Please sign in to comment.