Skip to content

Commit

Permalink
[AutoAccept][Codemod][FBSourceGoogleJavaFormatLinter] Daily `arc lint…
Browse files Browse the repository at this point in the history
… --take GOOGLEJAVAFORMAT`

Reviewed By: zertosh

Differential Revision: D34412756

fbshipit-source-id: da7424025c1d9b82b1f56a030f6b31ba08dd7b8b
  • Loading branch information
CodemodService FBSourceGoogleJavaFormatLinterBot authored and facebook-github-bot committed Feb 23, 2022
1 parent 94211fe commit 736159d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ private String assetFilePath(String assetName) throws IOException {
throw e;
}
}

}
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
package org.pytorch;

import android.content.Context;

import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;

import org.junit.runner.RunWith;

import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import org.junit.runner.RunWith;

@RunWith(AndroidJUnit4.class)
public class PytorchLiteInstrumentedTests extends PytorchTestBase {
Expand Down Expand Up @@ -42,5 +39,4 @@ private String assetFilePath(String assetName) throws IOException {
throw e;
}
}

}

0 comments on commit 736159d

Please sign in to comment.