Skip to content

Commit c823f21

Browse files
committed
fix(import): python 3.10
1 parent effc252 commit c823f21

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/series/arithmetic/bool/test_truediv.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
from typing import Never
2-
31
import numpy as np
42
from numpy import typing as npt # noqa: F401
53
import pandas as pd
6-
from typing_extensions import assert_type
4+
from typing_extensions import (
5+
Never,
6+
assert_type,
7+
)
78

89
from tests import (
910
TYPE_CHECKING_INVALID_USAGE,

0 commit comments

Comments
 (0)