Skip to content

Optimize code by removing unused imports#5

Merged
notsniped merged 1 commit intomainfrom
optimize-imports
Sep 27, 2022
Merged

Optimize code by removing unused imports#5
notsniped merged 1 commit intomainfrom
optimize-imports

Conversation

@notsniped
Copy link
Member

This helps to reduce memory usage while running PyTerm. More modules imported = More memory being used, even when the imports aren't even being used.

This helps to reduce memory usage while running PyTerm.
More modules imported = More memory being used, even when the imports aren't even being used.
@notsniped notsniped added the code quality Improvements with source-code quality or debloats label Sep 27, 2022
@notsniped notsniped self-assigned this Sep 27, 2022
@notsniped notsniped merged commit 55f6878 into main Sep 27, 2022
@notsniped notsniped deleted the optimize-imports branch September 27, 2022 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code quality Improvements with source-code quality or debloats size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant