Skip to content

Commit

Permalink
Re-add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 29, 2024
1 parent 1db1141 commit f96b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/reactpy/_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def warn(*args: Any, **kwargs: Any) -> Any:


if TYPE_CHECKING:
warn = _warn
warn = _warn # noqa: F811


def _frame_depth_in_module() -> int:
Expand Down

0 comments on commit f96b10a

Please sign in to comment.