Skip to content

Commit 4e2151d

Browse files
committed
Fix: Fix mypy error in dataframe.py
1 parent 580f608 commit 4e2151d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigframes/dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ def __getitem__(
582582
# Index of column labels can be treated the same as a sequence of column labels.
583583
pandas.Index,
584584
bigframes.series.Series,
585+
slice,
585586
],
586587
): # No return type annotations (like pandas) as type cannot always be determined statically
587588
# NOTE: This implements the operations described in

0 commit comments

Comments
 (0)