Remove unused import

This commit is contained in:
Matthew Gordon 2020-02-19 08:03:16 -05:00
parent 87b2f2835a
commit e52c0772b4
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ mod test {
use super::*;
use crate::materials::LambertianMaterial;
use crate::raycasting::{HasBoundingBox, Sphere};
use crate::raycasting::Sphere;
use nalgebra::Point3;
impl<T: Arbitrary + Real> Arbitrary for Sphere<T> {