Skip to content

Commit 2d99367

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e892a63 commit 2d99367

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)