W0602 global-variable-not-assigned

Message

'Using global for %r but no assignment is done'

Description

Used when a variable is defined through the “global” statement but no assignment to this variable is done.