Skip to content

Commit

Permalink
Removed unused import from shape_name_generation.inference module
Browse files Browse the repository at this point in the history
  • Loading branch information
kklemon committed Sep 25, 2024
1 parent 1939250 commit a9c9c7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/penai/shape_name_generation/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from penai.llm.llm_model import RegisteredLLM, RegisteredLLMParams
from penai.render import BaseSVGRenderer
from penai.svg import PenpotShapeElement
from penai.utils.misc import format_bbox
from penai.utils.vis import DesignElementVisualizer, ShapeVisualization


Expand Down

0 comments on commit a9c9c7f

Please sign in to comment.