From f4c027f789ac811765d2bb2a67b1a075e14e0004 Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@cs.washington.edu> Date: Wed, 20 Jan 2016 07:54:09 -0800 Subject: [PATCH] Removes dependency --- src/tests/gitlab/ckpt2/AVLTreeTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/gitlab/ckpt2/AVLTreeTests.java b/src/tests/gitlab/ckpt2/AVLTreeTests.java index b498725..400affc 100644 --- a/src/tests/gitlab/ckpt2/AVLTreeTests.java +++ b/src/tests/gitlab/ckpt2/AVLTreeTests.java @@ -7,7 +7,6 @@ import cse332.interfaces.*; import cse332.interfaces.misc.Dictionary; import datastructures.dictionaries.AVLTree; import tests.TestsUtility; -import tests.datastructures.IntegerComparator; public class AVLTreeTests extends TestsUtility { -- GitLab