You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use global when only reading variable (#1133)
The global keyword is only necessary when writing to a variable, this
will fix the lint failures that came with a newer version of flake8.
Signed-off-by: Chris Marchbanks <[email protected]>
0 commit comments