Skip to content

Commit 094f79f

Browse files
author
wdyy20041223
committed
2 parents f5c14bd + 2d99367 commit 094f79f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
from pandas.io.formats.printing import pprint_thing
190190

191191
if TYPE_CHECKING:
192-
from collections.abc import Callable
193192
from collections.abc import (
193+
Callable,
194194
Hashable,
195195
Iterator,
196196
Mapping,
@@ -209,7 +209,6 @@
209209
from pandas.core.indexers.objects import BaseIndexer
210210
from pandas.core.resample import Resampler
211211

212-
import textwrap
213212

214213
# goal is to be able to define the docs close to function, while still being
215214
# able to share

0 commit comments

Comments
 (0)