Skip to content

Commit

Permalink
sort out
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 20, 2025
1 parent f0ce2a2 commit 02fbb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/stable_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ def test_lazyframe_docstrings() -> None:
if item in ("schema", "columns"):
# to avoid performance warning
continue
if item in ("tail",):
# deprecated
continue
assert remove_docstring_examples(
getattr(stable_df, item).__doc__.replace(
"import narwhals.stable.v1 as nw", "import narwhals as nw"
Expand Down

0 comments on commit 02fbb6c

Please sign in to comment.