who-unfollowed-me
who-unfollowed-me copied to clipboard
🐋 optimizing code and separating functionalities
-
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).