Skip to content

Commit 76bd3e2

Browse files
committed
Undo unneeded test change
1 parent b3b301f commit 76bd3e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-data/unit/check-expressions.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,7 @@ if int():
378378
d = d or c # E: Incompatible types in assignment (expression has type "C", variable has type "D")
379379
class C:
380380
def __bool__(self) -> bool: pass
381-
class D(C):
382-
def __bool__(self) -> bool: pass
381+
class D(C): pass
383382
[builtins fixtures/bool.pyi]
384383

385384
[case testInOperator]

0 commit comments

Comments
 (0)