Reports invalid uses of lazy imports introduced by PEP 810.

The following uses are flagged:

Example:


def f():
    lazy import os  # lazy imports must appear at module level