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.
2 parents f5c14bd + 2d99367 commit 094f79fCopy full SHA for 094f79f
pandas/core/generic.py
@@ -189,8 +189,8 @@
189
from pandas.io.formats.printing import pprint_thing
190
191
if TYPE_CHECKING:
192
- from collections.abc import Callable
193
from collections.abc import (
+ Callable,
194
Hashable,
195
Iterator,
196
Mapping,
@@ -209,7 +209,6 @@
209
from pandas.core.indexers.objects import BaseIndexer
210
from pandas.core.resample import Resampler
211
212
-import textwrap
213
214
# goal is to be able to define the docs close to function, while still being
215
# able to share
0 commit comments