Skip to content

Commit cb1da48

Browse files
committed
remove redundant annotation
1 parent a094e3e commit cb1da48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_natype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def test_arithmetic() -> None:
1515
na = pd.NA
1616

17-
s_int: pd.Series[int] = pd.Series([1, 2, 3], dtype="Int64")
17+
s_int = pd.Series([1, 2, 3], dtype="Int64")
1818
idx_int: pd.Index[int] = pd.Index([1, 2, 3], dtype="Int64")
1919

2020
# __add__

0 commit comments

Comments
 (0)