Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Dec 6, 2024
1 parent beffb67 commit 4078bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svgdatagrabber/geometry/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
SvgPathToolsSegmentType = Union[SvgPathToolsLine, SvgPathToolsArc, SvgPathToolsQuadraticBezier, SvgPathToolsCubicBezier]

if TYPE_CHECKING:
import pandas as pd
from matplotlib.axes import Axes
from pandas import DataFrame

Expand Down

0 comments on commit 4078bae

Please sign in to comment.