Skip to content

Commit da8a85b

Browse files
committed
fix test after rebase
1 parent 9b44181 commit da8a85b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ty_python_semantic/resources/mdtest/protocols.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ overflows.
16581658

16591659
```py
16601660
from typing_extensions import Protocol, Self
1661-
from ty_extensions import static_assert, is_fully_static
1661+
from ty_extensions import static_assert
16621662

16631663
class _HashObject(Protocol):
16641664
def copy(self) -> Self: ...
@@ -1668,8 +1668,6 @@ class Foo: ...
16681668
# Attempting to build this union caused us to overflow on an early version of
16691669
# <https://github.com/astral-sh/ruff/pull/18659>
16701670
x: Foo | _HashObject
1671-
1672-
static_assert(is_fully_static(_HashObject))
16731671
```
16741672

16751673
## TODO

0 commit comments

Comments
 (0)