Skip to content

Commit 716b047

Browse files
authored
CLN: Remove unused code (#57920)
1 parent c12f978 commit 716b047

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

pandas/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,6 @@ def tz_aware_fixture(request):
12311231
return request.param
12321232

12331233

1234-
# Generate cartesian product of tz_aware_fixture:
1235-
tz_aware_fixture2 = tz_aware_fixture
1236-
1237-
12381234
_UTCS = ["utc", "dateutil/UTC", utc, tzutc(), timezone.utc]
12391235
if zoneinfo is not None:
12401236
_UTCS.append(zoneinfo.ZoneInfo("UTC"))

pandas/core/base.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@
8787

8888

8989
_shared_docs: dict[str, str] = {}
90-
_indexops_doc_kwargs = {
91-
"klass": "IndexOpsMixin",
92-
"inplace": "",
93-
"unique": "IndexOpsMixin",
94-
"duplicated": "IndexOpsMixin",
95-
}
9690

9791

9892
class PandasObject(DirNamesMixin):

pandas/core/dtypes/astype.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737

3838
from pandas.core.arrays import ExtensionArray
3939

40-
_dtype_obj = np.dtype(object)
41-
4240

4341
@overload
4442
def _astype_nansafe(

0 commit comments

Comments
 (0)