SecUSo / privacy-friendly-weather

Privacy Friendly App for Android that can display weather for cities.
GNU General Public License v3.0
114 stars 29 forks source link

Remove unused imports #119

Closed MichaelMcDonnell closed 4 years ago

MichaelMcDonnell commented 4 years ago

I was getting squiggly lines in Android Studio because of the unused imports. The imports are not needed so I removed them. This should also make the code a little bit easier to read and build a tiny bit faster.

sleep-yearning commented 4 years ago

Hey, coincidentally I just pushed a commit with the same purpose. (e1031f2b25d437162c592e82f5640d446861a37a) Closing for now, if you think there is still something missing please reopen.