Remove unused imports#252
Conversation
|
Removing unused imports is great, but the rest amounts to a change in code style. Can we limit this to just the unused imports, please? |
i used intellij's maybe some gradle plugin like Checkstyle would make sense to enforce a common code style? |
|
This PR still has more than just removing unused imports. I don't think this is very important, so perhaps better to skip it rather than put a lot of effort into it? I would have removed the unused imports myself if I thought it was important. |
pure code cleanup
this MR is based on MR #251