Skip to content

Commit cc5588b

Browse files
committed
revert: never used them
1 parent d988a24 commit cc5588b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

narwhals/translate.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,6 @@ def to_native(
101101
return narwhals_object
102102

103103

104-
# Upper bound
105-
class FromNativeFlags(TypedDict, total=False):
106-
pass_through: bool
107-
eager_only: bool
108-
series_only: bool
109-
allow_series: bool | None
110-
111-
112-
class DefaultFlags(TypedDict, total=False):
113-
pass_through: Literal[False]
114-
eager_only: Literal[False]
115-
series_only: Literal[False]
116-
allow_series: None
117-
118-
119104
class SeriesNever(TypedDict, total=False):
120105
pass_through: bool
121106
eager_only: bool

0 commit comments

Comments
 (0)