Skip to content

Commit 5ee1dcc

Browse files
GH1089 Fix import
1 parent fcd829f commit 5ee1dcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_series_arithmetic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""Test module for arithmetic operations on Series."""
22

3-
from typing import assert_type
4-
53
import numpy as np
64
import pandas as pd
5+
from typing_extensions import assert_type
76

87
from tests import check
98

0 commit comments

Comments
 (0)