Skip to content

Commit d9eb0a0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 7b3519a commit d9eb0a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/@tests/test_cases/check_functools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def check_singledispatch_simple() -> None:
115115
def sd_fun(arg: object) -> str:
116116
return ""
117117

118-
119118
@sd_fun.register
120119
def _(int_arg: int) -> str:
121120
return ""
@@ -132,7 +131,6 @@ def check_singledispatch_additional_args() -> None:
132131
def sd_fun(arg: object, posonly: str, /, verbose: bool = False) -> str:
133132
return ""
134133

135-
136134
@sd_fun.register
137135
def _(int_arg: int, posonly: str, /, verbose: bool = False) -> str:
138136
return ""

0 commit comments

Comments
 (0)