Skip to content

Commit b744349

Browse files
committed
fix
1 parent a1eb0dd commit b744349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/deps.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ class B(A):
14321432
<m.A.y> -> <m.B.y>
14331433
<m.A> -> m, m.A, m.B
14341434
<m.A[wildcard]> -> m
1435-
<m.B.__mypy-replace> -> m
1435+
<m.B._B__mypy-replace> -> m
14361436
<m.B.y> -> m
14371437
<m.B> -> m.B
14381438
<m.Z> -> m

0 commit comments

Comments
 (0)