coding-blocks / DigitalOceanApp

Admin Console for Digital Ocean
GNU General Public License v3.0
56 stars 75 forks source link

Removing unused import statements #92

Closed venomousboxer closed 6 years ago

venomousboxer commented 6 years ago

Fixed #76

Changes : Removed unused import statements

codecov[bot] commented 6 years ago

Codecov Report

Merging #92 into master will increase coverage by 0.53%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #92      +/-   ##
============================================
+ Coverage     26.86%   27.39%   +0.53%     
  Complexity       33       33              
============================================
  Files            83       83              
  Lines          1865     1865              
  Branches         91       91              
============================================
+ Hits            501      511      +10     
+ Misses         1328     1319       -9     
+ Partials         36       35       -1
Impacted Files Coverage Δ Complexity Δ
...a/in/tosc/digitaloceanapp/utils/FontsOverride.java 75.67% <ø> (ø) 0 <0> (ø) :arrow_down:
...italoceanapp/activities/DetailDropletActivity.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...n/java/in/tosc/doandroidlib/mockapi/MockUtils.java 76% <ø> (ø) 0 <0> (ø) :arrow_down:
...dlib/exceptions/ClientInitializationException.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...tosc/digitaloceanapp/activities/AboutActivity.java 86.66% <ø> (ø) 0 <0> (ø) :arrow_down:
...c/main/java/in/tosc/doandroidlib/DigitalOcean.java 63.46% <ø> (ø) 6 <0> (ø) :arrow_down:
...java/in/tosc/doandroidlib/objects/AccountInfo.java 40% <ø> (ø) 2 <0> (ø) :arrow_down:
...sc/digitaloceanapp/activities/DropletActivity.java 66.08% <0%> (+8.69%) 0% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08ca0e4...4b3b01b. Read the comment docs.