Skip to content

Commit

Permalink
Fix tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Dec 19, 2024
1 parent c69be69 commit 35c5e10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ It is [recommended](https://docs.python.org/3/library/sys.html#sys.platform) to
```py
import sys

reveal_type(sys.platform.startswith("freebsd")) # revealed: @Todo(call todo)
reveal_type(sys.platform.startswith("linux")) # revealed: @Todo(call todo)
reveal_type(sys.platform.startswith("freebsd")) # revealed: @Todo(instance attributes)
reveal_type(sys.platform.startswith("linux")) # revealed: @Todo(instance attributes)
```

0 comments on commit 35c5e10

Please sign in to comment.