We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50dd11 commit 94a32c2Copy full SHA for 94a32c2
pylint/checkers/typecheck.py
@@ -1497,7 +1497,7 @@ def visit_call(self, node: nodes.Call) -> None:
1497
### _dp("called in frame body", called in node.frame().body)
1498
### _dp("dec names", called.decoratornames())
1499
1500
- def _call_site_has_args(cs):
+ def _call_site_has_args(cs: arguments.CallSite) -> bool:
1501
"""True if any args passed."""
1502
has_args = (
1503
False
0 commit comments