Skip to content

Commit 7e9d00a

Browse files
committed
explain
1 parent d1f0013 commit 7e9d00a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_engine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from typing import TYPE_CHECKING, TypedDict
33

44
if not TYPE_CHECKING:
5-
5+
# `reveal_type` is a pseudo-builtin only available when type checking.
6+
# Define a no-op version here so that we can call it in the tests.
67
def reveal_type(x: object) -> None: ...
78

89

0 commit comments

Comments
 (0)