Skip to content

Commit cad7a7e

Browse files
committed
New assertion
1 parent e7913c2 commit cad7a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/resources/mdtest/scopes/moduletype_attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ is unbound.
99
```py
1010
reveal_type(__name__) # revealed: str
1111
reveal_type(__file__) # revealed: str | None
12-
reveal_type(__loader__) # revealed: LoaderProtocol | None
12+
reveal_type(__loader__) # revealed: Unknown | None
1313
reveal_type(__package__) # revealed: str | None
1414
reveal_type(__doc__) # revealed: str | None
1515

0 commit comments

Comments
 (0)