Skip to content

Commit 48eada7

Browse files
perf: Dont export stable in narwhals/__init__.py, instead require import narwhals.stable (#2480)
Co-authored-by: Dan Redding <[email protected]>
1 parent 7ea5044 commit 48eada7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

narwhals/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from narwhals import dtypes
55
from narwhals import exceptions
66
from narwhals import selectors
7-
from narwhals import stable
87
from narwhals.dataframe import DataFrame
98
from narwhals.dataframe import LazyFrame
109
from narwhals.dtypes import Array
@@ -160,7 +159,6 @@
160159
"scan_parquet",
161160
"selectors",
162161
"show_versions",
163-
"stable",
164162
"sum",
165163
"sum_horizontal",
166164
"to_native",

0 commit comments

Comments
 (0)