报告使用了不返回任何内容的函数结果的情况。
示例:
def just_print(): print("Hello!") action = just_print() b = f"{just_print()}"
IDE 提议的快速修复是移除此赋值。