axeldelafosse / stemgen

🎛 Stemgen is a Stem file generator. Convert any track into a Stem and have fun with Traktor.
https://stemgen.dev
MIT License
207 stars 39 forks source link

Refactor codebase to improve readability and Pythonic style #22

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR aims to improve the readability and Pythonic style of the codebase in the stemgen repository. The following files have been reviewed and refactored:

The changes made include:

Summary of Changes

These changes aim to improve the readability, maintainability, and performance of the codebase, while also ensuring a consistent coding style across all files.

Fixes #20.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/refactor-codebase