Skip to content

chore: remove unused imports and variables#28

Merged
gp201 merged 1 commit intomainfrom
chore/remove_unused_import_variables
Apr 20, 2026
Merged

chore: remove unused imports and variables#28
gp201 merged 1 commit intomainfrom
chore/remove_unused_import_variables

Conversation

@gp201
Copy link
Copy Markdown
Collaborator

@gp201 gp201 commented Apr 20, 2026

This pull request primarily focuses on code cleanup and minor refactoring across several modules and tests. The main changes involve removing unused imports, cleaning up test mocks, and simplifying code where possible. These changes help improve code readability and maintainability without affecting functionality.

Code cleanup and import management:

  • Removed unused imports such as sortFun, print_error, and print_debug from barcodeforge/generate_barcodes.py, barcodeforge/plot_barcode.py, and barcodeforge/ref_muts.py to reduce clutter and potential confusion. [1] [2] [3]
  • Removed unnecessary imports from test files, including os, matplotlib, seaborn, ListedColormap, and others, to streamline the test environment. [1] [2] [3] [4]

@gp201 gp201 enabled auto-merge (squash) April 20, 2026 05:49
@gp201 gp201 merged commit 18abb7d into main Apr 20, 2026
9 checks passed
@gp201 gp201 deleted the chore/remove_unused_import_variables branch April 20, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant