Skip to content

Commit 4292bc2

Browse files
author
aokizy
committed
DOC: Remove unused variables and fix formatting in resample.py
1 parent f04c994 commit 4292bc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/resample.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import copy
4-
54
from typing import (
65
TYPE_CHECKING,
76
Concatenate,
@@ -28,7 +27,6 @@
2827
)
2928
from pandas._typing import NDFrameT
3029
from pandas.errors import AbstractMethodError
31-
3230
from pandas.util._exceptions import find_stack_level
3331

3432
from pandas.core.dtypes.dtypes import (
@@ -108,7 +106,6 @@
108106
DataFrame,
109107
Series,
110108
)
111-
112109
from pandas.core.generic import NDFrame
113110

114111
_shared_docs_kwargs: dict[str, str] = {}

0 commit comments

Comments
 (0)