Open iloveryuux opened 3 months ago
First commit: "🗑️ remove: unused imports": I remove colors because they are not used in that file
Second commit: I separate the function into 2, where in one I load the followers and in the other I remove the followers. I use sets to have better control and optimization of the code (good practices).
First commit: "🗑️ remove: unused imports": I remove colors because they are not used in that file
Second commit: I separate the function into 2, where in one I load the followers and in the other I remove the followers. I use sets to have better control and optimization of the code (good practices).