Skip to content

Commit 10a8f5c

Browse files
pre-commit-ci[bot]jorenham
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 894ee2e commit 10a8f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_cases/stdlib/builtins/check_reversed.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class UnTrue:
3838
def __reversed__(self) -> UnFalse:
3939
return UnFalse()
4040

41+
4142
class UnFalse:
4243
def __reversed__(self) -> UnTrue:
4344
return UnTrue()

0 commit comments

Comments
 (0)