Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Apr 25, 2024
1 parent 2cf29e6 commit 1a48391
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions crates/fj-core/src/validate/sketch.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1a48391

Please sign in to comment.