used-prior-global-declaration / E0118ΒΆ

Message emitted:

Name %r is used prior to global declaration

Description:

Emitted when a name is used prior a global declaration, which results in an error since Python 3.6.

Created by basic checker