报告对 PEP 810 引入的 lazy import 的无效使用。

标记了以下使用:

示例:


def f():
    lazy import os  # lazy import 必须显示在模块级别