Skip to content

Commit

Permalink
remove type ambiguity for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed May 26, 2024
1 parent 3c2441e commit b8ed81a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ezdxf/graphicsfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
NULLVEC,
)
from ezdxf.render.arrows import ARROWS
from ezdxf.entities import factory, Point, Spline, Body, Surface, Line
from ezdxf.entities import factory, Point, Spline, Body, Surface, Line, Circle
from ezdxf.entities.mtext_columns import *
from ezdxf.entities.dimstyleoverride import DimStyleOverride
from ezdxf.render.dim_linear import multi_point_linear_dimension
Expand All @@ -38,7 +38,6 @@
from ezdxf.entities import (
Arc,
AttDef,
Circle,
Dimension,
ArcDimension,
DXFGraphic,
Expand Down

0 comments on commit b8ed81a

Please sign in to comment.