diff --git a/src/main/java/pythagoras/i/AbstractRectangle.java b/src/main/java/pythagoras/i/AbstractRectangle.java index 5b66437..43d6de1 100644 --- a/src/main/java/pythagoras/i/AbstractRectangle.java +++ b/src/main/java/pythagoras/i/AbstractRectangle.java @@ -4,8 +4,6 @@ package pythagoras.i; -import java.util.NoSuchElementException; - /** * Provides most of the implementation of {@link IRectangle}, obtaining only the location and * dimensions from the derived class.