Skip to content

Commit 416ad49

Browse files
1 parent 4af0ac4 commit 416ad49

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎bigframes/series.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@
2323
import numbers
2424
import textwrap
2525
import typing
26-
from typing import (
27-
Any,
28-
cast,
29-
List,
30-
Literal,
31-
Mapping,
32-
Optional,
33-
Sequence,
34-
Tuple,
35-
Union,
36-
)
26+
from typing import Any, cast, List, Literal, Mapping, Optional, Sequence, Tuple, Union
3727

3828
import bigframes_vendored.constants as constants
3929
import bigframes_vendored.pandas.core.series as vendored_pandas_series

0 commit comments

Comments
 (0)