Skip to content

Do not use global when only reading variable#1133

Merged
csmarchbanks merged 1 commit intomasterfrom
fix-lint-failures
Sep 8, 2025
Merged

Do not use global when only reading variable#1133
csmarchbanks merged 1 commit intomasterfrom
fix-lint-failures

Conversation

@csmarchbanks
Copy link
Copy Markdown
Member

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.

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]>
@csmarchbanks csmarchbanks merged commit 47d2b41 into master Sep 8, 2025
11 checks passed
@csmarchbanks csmarchbanks deleted the fix-lint-failures branch September 8, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants