Closed 4drian3d closed 1 year ago
Thanks so much for your help and improving my plugin ! :)
Just a question, If there are imports that are not used it causes problems ?
Just a question, If there are imports that are not used it causes problems ?
They don't cause any problems at runtime, they just... have no use, by removing them, you have a cleaner code and you optimize the memory usage of your IDE by not having to load extra classes
Ok Thanks