Skip to content

Commit

Permalink
Fix a couple of import code style nits.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171739060
  • Loading branch information
brettchabot authored and sjudd committed Oct 11, 2017
1 parent 9f4b790 commit 6cd8289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.bumptech.glide.load.engine.cache;

import android.content.Context;

import android.support.annotation.Nullable;
import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import dagger.Component;
import dagger.android.AndroidInjector;
import dagger.android.support.AndroidSupportInjectionModule;

import javax.inject.Singleton;

/**
Expand Down

0 comments on commit 6cd8289

Please sign in to comment.