Skip to content

Commit

Permalink
[segments] fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 7, 2020
1 parent de8e6cd commit 8d3652d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pathins/segments.py
Expand Up @@ -10,8 +10,7 @@
from .bridge import skia_path_to_ttfont_glyph, ttfont_glyph_to_skia_path
from .datastructures import Coordinate
from .math import linear_distance_between_coordinates
from .stringbuilder import (bold_text, report_header, segment_line,
segment_quadratic_curve)
from .stringbuilder import bold_text, report_header, segment_line, segment_quadratic_curve
from .validators import validate_fontpath, validate_glyph_in_font


Expand Down

0 comments on commit 8d3652d

Please sign in to comment.