Skip to content

Commit 1534dad

Browse files
committed
CLN: remove _shared_docs
1 parent 6cd8082 commit 1534dad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import builtins
66
import textwrap
7-
from typing import Dict, FrozenSet, List, Optional, Union
7+
from typing import FrozenSet, List, Optional, Union
88

99
import numpy as np
1010

@@ -36,7 +36,6 @@
3636
from pandas.core.construction import create_series_with_explicit_dtype
3737
import pandas.core.nanops as nanops
3838

39-
_shared_docs: Dict[str, str] = dict()
4039
_indexops_doc_kwargs = dict(
4140
klass="IndexOpsMixin",
4241
inplace="",

0 commit comments

Comments
 (0)