Skip to content

Commit 2e78276

Browse files
ci fixups
1 parent 4aaadfa commit 2e78276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/ops/docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Templating for ops docstrings
33
"""
4-
from typing import Dict, Optional, TYPE_CHECKING
4+
from typing import TYPE_CHECKING, Dict, Optional
55

66
if TYPE_CHECKING:
77
from mypy_extensions import TypedDict

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ warn_unused_ignores = True
147147
# warn_return_any = True
148148
# no_implicit_reexport = True
149149

150-
files =
150+
files =
151151
pandas/_config,
152152
pandas/_libs,
153153
pandas/api,

0 commit comments

Comments
 (0)