We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaadfa commit 2e78276Copy full SHA for 2e78276
pandas/core/ops/docstrings.py
@@ -1,7 +1,7 @@
1
"""
2
Templating for ops docstrings
3
4
-from typing import Dict, Optional, TYPE_CHECKING
+from typing import TYPE_CHECKING, Dict, Optional
5
6
if TYPE_CHECKING:
7
from mypy_extensions import TypedDict
setup.cfg
@@ -147,7 +147,7 @@ warn_unused_ignores = True
147
# warn_return_any = True
148
# no_implicit_reexport = True
149
150
-files =
+files =
151
pandas/_config,
152
pandas/_libs,
153
pandas/api,
0 commit comments