Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 31, 2024
1 parent fda8470 commit dd55263
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
import java.io.IOException;
import java.util.Collection;
import java.util.Iterator;
import java.util.logging.Logger;
import org.junit.Test;

public class TestTensorflowModel extends TestPythonMLCallGraphShape {

private static final Logger logger = Logger.getLogger(TestTensorflowModel.class.getName());

@Test
public void testTf1()
throws ClassHierarchyException, IllegalArgumentException, CancelException, IOException {
Expand Down

0 comments on commit dd55263

Please sign in to comment.