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 94cbaa1 commit 395b1b8Copy full SHA for 395b1b8
pandas-stubs/_typing.pyi
@@ -9,6 +9,7 @@ from collections.abc import (
9
)
10
import datetime
11
from os import PathLike
12
+import sys
13
from typing import (
14
Any,
15
Literal,
@@ -18,7 +19,6 @@ from typing import (
18
19
TypeVar,
20
overload,
21
-import sys
22
23
import numpy as np
24
from numpy import typing as npt
tests/test_frame.py
@@ -15,6 +15,7 @@
import itertools
16
from pathlib import Path
17
import string
TYPE_CHECKING,
@@ -25,7 +26,6 @@
25
26
Union,
27
cast,
28
29
30
31
import numpy.typing as npt
0 commit comments