Commits
Click on a commit to change the comparison rangerefactor(core): Improve performance and code simplicity
1. Currently , Removes tag one by one by passing it in as list argument to remove_tags
2. Can create and pass the list at once instead of having it to create a list of just on object and passing it downstream remove_tags