We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7e290 commit e0f3810Copy full SHA for e0f3810
tests/series/arithmetic/period/test_sub.py
@@ -1,8 +1,7 @@
1
"""Test module for subtraction operation on Series[Period]."""
2
3
-from typing import assert_type
4
-
5
import pandas as pd
+from typing_extensions import assert_type
6
7
from pandas._libs.tslibs.offsets import BaseOffset
8
0 commit comments