Skip to content

Commit

Permalink
Optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov committed Oct 10, 2024
1 parent 72b4eb8 commit 7373730
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import automaton.constructor.model.element.BuildingBlock
import automaton.constructor.model.element.State
import automaton.constructor.model.module.hasProblems
import automaton.constructor.model.module.hasProblemsBinding
import automaton.constructor.utils.*
import automaton.constructor.utils.nonNullObjectBinding
import automaton.constructor.utils.x
import automaton.constructor.utils.y
import automaton.constructor.view.elements.vertex.AutomatonVertexView.ShapeType.CIRCLE
import automaton.constructor.view.elements.vertex.AutomatonVertexView.ShapeType.SQUARE
import automaton.constructor.view.elements.vertex.AutomatonBasicVertexView
import javafx.beans.property.Property
import javafx.geometry.Point2D
import javafx.geometry.VPos
Expand Down

0 comments on commit 7373730

Please sign in to comment.