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 effc252 commit c823f21Copy full SHA for c823f21
tests/series/arithmetic/bool/test_truediv.py
@@ -1,9 +1,10 @@
1
-from typing import Never
2
-
3
import numpy as np
4
from numpy import typing as npt # noqa: F401
5
import pandas as pd
6
-from typing_extensions import assert_type
+from typing_extensions import (
+ Never,
+ assert_type,
7
+)
8
9
from tests import (
10
TYPE_CHECKING_INVALID_USAGE,
0 commit comments