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 7ca7343 commit 5817f2bCopy full SHA for 5817f2b
tests/arrays/test_extension_array.py
@@ -1,5 +1,4 @@
1
# Test common ExtensionArray methods
2
-
3
import numpy as np
4
import pandas as pd
5
from pandas.core.arrays import ExtensionArray
tests/test_frame.py
@@ -80,7 +80,6 @@
80
81
from pandas._typing import S1
82
else:
83
84
_PandasNamedTuple: TypeAlias = tuple
85
86
if not PD_LTE_23:
tests/test_timefuncs.py
@@ -1,9 +1,7 @@
from __future__ import annotations
import datetime as dt
-from typing import (
- TypeAlias,
6
-)
+from typing import TypeAlias
7
8
from dateutil.relativedelta import (
9
FR,
0 commit comments