Skip to content

Commit 71093fa

Browse files
committed
mdformat
1 parent 9d41207 commit 71093fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/ty_python_semantic/resources/mdtest/pep695_type_aliases.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ static_assert(is_subtype_of(Bottom[JsonDict], Bottom[JsonDict]))
313313
static_assert(is_subtype_of(Bottom[JsonDict], Top[JsonDict]))
314314
```
315315

316-
317316
### Cyclic defaults
318317

319318
```py
@@ -324,11 +323,9 @@ from typing_extensions import TypeVar
324323

325324
T = TypeVar("T", default="C", covariant=True)
326325

327-
328326
class P(Protocol[T]):
329327
pass
330328

331-
332329
class C(P[T]):
333330
pass
334331
```

0 commit comments

Comments
 (0)