Skip to content

Commit 3ab0fe8

Browse files
committed
ruffen up those docs
1 parent b11fa6c commit 3ab0fe8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • crates/ty_python_semantic/resources/mdtest/conditional

crates/ty_python_semantic/resources/mdtest/conditional/match.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,7 @@ If the match pattern is not an instance of `type`, we raise a diagnostic:
447447
from typing import Any
448448
from ty_extensions import Intersection
449449

450-
def _(
451-
val,
452-
val2: type | Any,
453-
val3: Intersection[type, Any],
454-
val4: type[Any],
455-
val5: type[int]
456-
):
450+
def _(val, val2: type | Any, val3: Intersection[type, Any], val4: type[Any], val5: type[int]):
457451
Invalid1 = "foo"
458452

459453
match val:

0 commit comments

Comments
 (0)