Skip to content

Commit e0f3810

Browse files
GH1379 PR feedback
1 parent dd7e290 commit e0f3810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/series/arithmetic/period/test_sub.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""Test module for subtraction operation on Series[Period]."""
22

3-
from typing import assert_type
4-
53
import pandas as pd
4+
from typing_extensions import assert_type
65

76
from pandas._libs.tslibs.offsets import BaseOffset
87

0 commit comments

Comments
 (0)