We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db1141 commit f96b10aCopy full SHA for f96b10a
src/py/reactpy/reactpy/_warnings.py
@@ -13,7 +13,7 @@ def warn(*args: Any, **kwargs: Any) -> Any:
13
14
15
if TYPE_CHECKING:
16
- warn = _warn
+ warn = _warn # noqa: F811
17
18
19
def _frame_depth_in_module() -> int:
0 commit comments