import-outside-toplevel / C0415ΒΆ

Message emitted:

Import outside toplevel (%s)

Description:

Used when an import statement is used anywhere other than the module toplevel. Move this import to the top of the file.

Created by imports checker