Path 1: 93 calls (1.0)

JoinedStr (93)

1@only_required_for_messages("f-string-without-interpolation")
2    def visit_joinedstr(self, node: nodes.JoinedStr) -> None:
3        self._check_interpolation(node)