Clean up imports

This commit is contained in:
Hanno Braun 2024-04-23 14:38:22 +02:00
parent 2cf29e6851
commit 1a483918cf

View File

@ -1,8 +1,12 @@
use crate::geometry::Geometry;
use crate::{storage::Handle, topology::Cycle};
use crate::{topology::Sketch, validate_references};
use fj_math::Winding;
use crate::{
geometry::Geometry,
storage::Handle,
topology::{Cycle, Sketch},
validate_references,
};
use super::{
references::{ReferenceCountError, ReferenceCounter},
Validate, ValidationConfig, ValidationError,