Skip to content

Commit 3b6a0cd

Browse files
committed
Fix issues due to multiple inheritance checking changes
Bisected to python/mypy#18876 It looks like this fixed a genuine problem! \o/
1 parent 174ae5c commit 3b6a0cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/typecheck/models/test_create.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
main: |
4040
from myapp.models import Child4
4141
Child4.objects.create(name1='n1', name2='n2', value=1, value4=4)
42-
out: |
43-
myapp/models:9: error: Definition of "child1" in base class "Parent1" is incompatible with definition in base class "Parent2" [misc]
4442
installed_apps:
4543
- myapp
4644
files:

0 commit comments

Comments
 (0)