Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 27, 2023
1 parent 9d9c369 commit 4aacdae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/computation/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,7 @@ def visit_Call(self, node, side=None, **kwargs):
if not isinstance(key, ast.keyword):
# error: "expr" has no attribute "id"
raise ValueError(
"keyword error in function call "
f"'{node.func.id}'" # type: ignore[attr-defined]
"keyword error in function call " f"'{node.func.id}'" # type: ignore[attr-defined]
)

if key.arg:
Expand Down

0 comments on commit 4aacdae

Please sign in to comment.