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 fcd829f commit 5ee1dccCopy full SHA for 5ee1dcc
tests/test_series_arithmetic.py
@@ -1,9 +1,8 @@
1
"""Test module for arithmetic operations on Series."""
2
3
-from typing import assert_type
4
-
5
import numpy as np
6
import pandas as pd
+from typing_extensions import assert_type
7
8
from tests import check
9
0 commit comments