We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2223f5 commit 407e962Copy full SHA for 407e962
pandas/core/reshape/merge.py
@@ -10,6 +10,7 @@
10
from typing import (
11
TYPE_CHECKING,
12
Hashable,
13
+ Literal,
14
Sequence,
15
cast,
16
)
@@ -31,7 +32,6 @@
31
32
DtypeObj,
33
IndexLabel,
34
JoinHow,
- Literal,
35
MergeHow,
36
Shape,
37
Suffixes,
pyproject.toml
@@ -249,10 +249,6 @@ exclude = [
249
"env",
250
]
251
252
-[tool.ruff.per-file-ignores]
253
-# undefined name with Literal (https://github.com/charliermarsh/ruff/issues/733 but should be fixed?)
254
-"pandas/core/reshape/merge.py" = ["F821"]
255
-
256
[tool.pylint.messages_control]
257
max-line-length = 88
258
disable = [
0 commit comments