Remove unused imports from SubgraphLoader

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Rasmus Neikes 2026-05-15 21:09:19 +02:00
parent b3a856e397
commit 586c3ed592

View File

@ -1,14 +1,12 @@
package com.binarygolem.clotho.mapping; package com.binarygolem.clotho.mapping;
import com.binarygolem.clotho.annotation.Direction; import com.binarygolem.clotho.annotation.Direction;
import com.binarygolem.clotho.annotation.Include;
import com.binarygolem.clotho.annotation.InVertex; import com.binarygolem.clotho.annotation.InVertex;
import com.binarygolem.clotho.annotation.OutVertex; import com.binarygolem.clotho.annotation.OutVertex;
import com.binarygolem.clotho.annotation.Via; import com.binarygolem.clotho.annotation.Via;
import com.binarygolem.clotho.exception.ClothoConfigurationException; import com.binarygolem.clotho.exception.ClothoConfigurationException;
import com.binarygolem.clotho.model.ARID; import com.binarygolem.clotho.model.ARID;
import com.binarygolem.clotho.model.ClothoEdge; import com.binarygolem.clotho.model.ClothoEdge;
import com.binarygolem.clotho.model.ClothoEntity;
import com.binarygolem.clotho.model.ClothoVertex; import com.binarygolem.clotho.model.ClothoVertex;
import com.binarygolem.clotho.model.EntityState; import com.binarygolem.clotho.model.EntityState;
import com.binarygolem.clotho.model.TraversalDirection; import com.binarygolem.clotho.model.TraversalDirection;