Skip to content

Removed some global variables #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Removed some global variables #534

merged 1 commit into from
Apr 2, 2025

Conversation

ArisMorgens
Copy link
Member

Lists in Python are mutable, meaning modifications inside one function will reflect globally wherever that list is used.
This caused Flake8 to fail.

@ArisMorgens ArisMorgens requested a review from ToveRumar April 2, 2025 15:01
@ArisMorgens ArisMorgens force-pushed the Aris/GlobalVariables branch from eeb71c3 to 71c9af7 Compare April 2, 2025 15:03
@ArisMorgens ArisMorgens force-pushed the Aris/GlobalVariables branch from 71c9af7 to b42a989 Compare April 2, 2025 15:10
@ToveRumar ToveRumar merged commit 3ee1e99 into master Apr 2, 2025
1 check passed
@ToveRumar ToveRumar deleted the Aris/GlobalVariables branch April 2, 2025 15:14
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